Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[beta12] Really minor ZLE listing bug
- X-seq: zsh-workers 687
- From: Zefram <A.Main@xxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx (Z Shell workers mailing list)
- Subject: [beta12] Really minor ZLE listing bug
- Date: Tue, 12 Dec 1995 21:56:54 +0000 (GMT)
-----BEGIN PGP SIGNED MESSAGE-----
Here's a `fun' bug: with alwayslastprompt set, get a completion listing
on the screen, below the prompt, then press ^C. You get a new prompt
as usual, but it immediately puts the old (still valid) list beneath
the prompt. It's possible to get the same symptom with EOF if one
fiddles a bit. This doesn't actually crash zsh, AFAICT, but it is
wrong behaviour. So here's the fix.
*** 1.1 1995/11/23 06:07:30
--- Src/zle_main.c 1995/12/12 21:48:32
***************
*** 479,484 ****
--- 479,485 ----
refresh();
}
statusline = NULL;
+ invalidatelist();
trashzle();
zleactive = 0;
alarm(0);
-zefram
-----BEGIN PGP SIGNATURE-----
Version: 2.6.i
iQCVAgUBMM3543D/+HJTpU/hAQE2oAP9Gm3/FiE5gHpbkjtM9ydhqSI/d5HMg8kK
uE6XXJ15m95qxj9XtTHanbpeBj/o95BWeRIAWcWgrYDqVUS4CguojNtbdowvuonh
KCR5oWo5Vh/5WpMK9h5S78mUb6rc0ZxPVG5kIJY0jJ1XXJcOqQXpnvo0HVw5bksW
it+2liLctaI=
=6e8P
-----END PGP SIGNATURE-----
Messages sorted by:
Reverse Date,
Date,
Thread,
Author