1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-11 10:41:12 +02:00

11850: Fix crash in menu-select on dumb terminals. Also, a ChangeLog entry

for PWS's 11842.
This commit is contained in:
Bart Schaefer 2000-06-10 17:30:22 +00:00
parent 6b87e6fda3
commit 060ac27a17
2 changed files with 15 additions and 0 deletions

View file

@ -1,3 +1,16 @@
2000-06-10 Bart Schaefer <schaefer@zsh.org>
* 11850: Src/Zle/complist.c: Don't try to menuselect in a listing
that isn't there, e.g., because the TERM is too dumb to draw it.
2000-06-09 Peter Stephenson <pws@cambridgesiliconradio.com>
* 11842 (repeat of 11838): Doc/Zsh/builtins.yo, Src/builtin.c,
Src/params.c, Src/subst.c, Src/zsh.h, Src/Modules/mapfile.c,
Src/Modules/parameter.c: add the HIDEVAL parameter attribute and
set it by default for parameters created by the mapfile and
parameter modules, to restore sanity of `typeset' output.
2000-06-09 Clint Adams <schizo@debian.org> 2000-06-09 Clint Adams <schizo@debian.org>
* 11839: Src/signals.c: prevent segmentation fault in * 11839: Src/signals.c: prevent segmentation fault in

View file

Internal server error - The gay git

500

Internal server error

Forgejo version: 9.0.3

@ -1627,6 +1627,8 @@ domenuselect(Hookdef dummy, Chdata dat)