diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-11-06 14:14:16 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-11-06 14:14:16 +0000 |
commit | ea15ee886789a31160f5e87ae466adadbb1e5815 (patch) | |
tree | a42ff7338e1406ac0e0f2ed3ae500c801a6d17fb /Doc/Zsh/mod_curses.yo | |
parent | b9f3fc7c81dfde1400ebec848a1356116d2e95aa (diff) | |
download | zsh-ea15ee886789a31160f5e87ae466adadbb1e5815.tar.gz zsh-ea15ee886789a31160f5e87ae466adadbb1e5815.tar.xz zsh-ea15ee886789a31160f5e87ae466adadbb1e5815.zip |
24069: add zcurses_keycodes
Diffstat (limited to 'Doc/Zsh/mod_curses.yo')
-rw-r--r-- | Doc/Zsh/mod_curses.yo | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/Zsh/mod_curses.yo b/Doc/Zsh/mod_curses.yo index f83951de3..993584ea1 100644 --- a/Doc/Zsh/mod_curses.yo +++ b/Doc/Zsh/mod_curses.yo @@ -176,6 +176,13 @@ item(tt(zcurses_colors))( Readonly array. The colors supported by tt(zsh/curses); available as soon as the module is loaded. ) +vindex(zcurses_keycodes) +item(tt(zcurses_keycodes))( +Readonly array. The values that may be returned in the second +parameter supplied to `tt(zcurses input)' in the order in which they +are defined internally by curses. Not all function keys +are listed, only tt(F0); curses reserves space for tt(F0) up to tt(F63). +) vindex(zcurses_windows) item(tt(zcurses_windows))( Readonly array. The current list of windows, i.e. all windows that |