diff options
| author | Clint Adams <clint@users.sourceforge.net> | 2008-02-01 19:59:45 +0000 |
|---|---|---|
| committer | Clint Adams <clint@users.sourceforge.net> | 2008-02-01 19:59:45 +0000 |
| commit | 3c8d53036c7920ca06fc169ed6dc4126f28d2b58 (patch) | |
| tree | ebe555178ef30abc645f21b426a3006569b43230 /Doc/Zsh/mod_curses.yo | |
| parent | users/12527: add release note for 4.3.5 (diff) | |
| download | zsh-3c8d53036c7920ca06fc169ed6dc4126f28d2b58.tar zsh-3c8d53036c7920ca06fc169ed6dc4126f28d2b58.tar.gz zsh-3c8d53036c7920ca06fc169ed6dc4126f28d2b58.tar.bz2 zsh-3c8d53036c7920ca06fc169ed6dc4126f28d2b58.tar.lz zsh-3c8d53036c7920ca06fc169ed6dc4126f28d2b58.tar.xz zsh-3c8d53036c7920ca06fc169ed6dc4126f28d2b58.tar.zst zsh-3c8d53036c7920ca06fc169ed6dc4126f28d2b58.zip | |
24513, 24514, 24515, 24516, 24517, 24518, 24519, 24520, 24521: typo fixes from A. Costa.
Diffstat (limited to 'Doc/Zsh/mod_curses.yo')
| -rw-r--r-- | Doc/Zsh/mod_curses.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/mod_curses.yo b/Doc/Zsh/mod_curses.yo index 456bebd1c..c1191b894 100644 --- a/Doc/Zsh/mod_curses.yo +++ b/Doc/Zsh/mod_curses.yo @@ -143,7 +143,7 @@ arrow keys return the name of the key in the parameter var(kparam). The key names are the macros defined in the tt(curses.h) or tt(ncurses.h) with the prefix `tt(KEY_)' removed; see also the description of the parameter tt(zcurses_keycodes) below. Other keys cause a value to be -set in var(param) as before. On a succesful return only one of +set in var(param) as before. On a successful return only one of var(param) or var(kparam) contains a non-empty string; the other is set to an empty string. |
