zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: clear list (no, for 3.1.5 this time)
@ 1999-05-04 15:39 Sven Wischnowsky
  0 siblings, 0 replies; only message in thread
From: Sven Wischnowsky @ 1999-05-04 15:39 UTC (permalink / raw)
  To: zsh-workers


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@informatik.hu-berlin.de


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-05-04 15:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-05-04 15:39 PATCH: clear list (no, for 3.1.5 this time) Sven Wischnowsky

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).