mirror of
git://git.code.sf.net/p/zsh/code
synced 2026-01-03 20:51:07 +01:00
scrolling in completion lists and menu-selection, version1
This commit is contained in:
parent
d85d34d818
commit
30a98cc4d6
9 changed files with 1793 additions and 406 deletions
|
|
@ -483,10 +483,10 @@ createparamtable(void)
|
|||
setiparam("MAILCHECK", 60);
|
||||
setiparam("LOGCHECK", 60);
|
||||
setiparam("KEYTIMEOUT", 40);
|
||||
setiparam("LISTMAX", 100);
|
||||
#ifdef HAVE_SELECT
|
||||
setiparam("BAUD", getbaudrate(&shttyinfo)); /* get the output baudrate */
|
||||
#endif
|
||||
setsparam("LISTMAX", ztrdup("100"));
|
||||
setsparam("FCEDIT", ztrdup(DEFAULT_FCEDIT));
|
||||
setsparam("TMPPREFIX", ztrdup(DEFAULT_TMPPREFIX));
|
||||
setsparam("TIMEFMT", ztrdup(DEFAULT_TIMEFMT));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue