From 2c5ea79f1762dcbafca8d08bc5bdb47d75670f03 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 3 Apr 2008 11:38:55 +0000 Subject: 24782: initial go at highlighting of characters in zle command lines --- Src/Zle/zle_main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Src/Zle/zle_main.c') diff --git a/Src/Zle/zle_main.c b/Src/Zle/zle_main.c index 0b109cd19..5c36f4557 100644 --- a/Src/Zle/zle_main.c +++ b/Src/Zle/zle_main.c @@ -1076,6 +1076,7 @@ zlecore(void) freeheap(); } + region_active = 0; popheap(); } @@ -1933,6 +1934,7 @@ finish_(UNUSED(Module m)) getkeyptr = NULL; zfree(clwords, clwsize * sizeof(char *)); + zle_refresh_finish(); return 0; } -- cgit v1.2.3