Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: clear list (no, for 3.1.5 this time)
- X-seq: zsh-workers 6212
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: PATCH: clear list (no, for 3.1.5 this time)
- Date: Tue, 4 May 1999 17:39:07 +0200 (MET DST)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
When building the other patch I found a function I had overlooked:
kill-whole-line should clear the list, too.
Bye
Sven
diff -u os/Zle/zle_misc.c Src/Zle/zle_misc.c
--- os/Zle/zle_misc.c Mon May 3 11:26:16 1999
+++ Src/Zle/zle_misc.c Tue May 4 17:16:20 1999
@@ -127,6 +127,7 @@
for (i = cs; i != ll && line[i] != '\n'; i++);
forekill(i - cs + (i != ll), fg);
}
+ clearlist = 1;
}
/**/
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author