summaryrefslogtreecommitdiff
path: root/Src/Zle/zle_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Zle/zle_main.c')
-rw-r--r--Src/Zle/zle_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/Zle/zle_main.c b/Src/Zle/zle_main.c
index cec6c1b4e..42c7a6bb3 100644
--- a/Src/Zle/zle_main.c
+++ b/Src/Zle/zle_main.c
@@ -1057,6 +1057,7 @@ trashzle(void)
* extra `inlist' check]). */
int sl = showinglist;
showinglist = 0;
+ trashedzle = 1;
zrefresh();
showinglist = sl;
moveto(nlnct, 0);