about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-11-12 12:16:50 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-11-12 12:16:50 +0000
commit1ff856951ba649b21fb6c8d9dbe5e12a5b736a33 (patch)
tree612c24466dfba233c98cdbd6e9ee0383ea81eddd /Doc
parentbd6f46103aacc67c3fffa9c096070a05fa3f0812 (diff)
downloadzsh-1ff856951ba649b21fb6c8d9dbe5e12a5b736a33.tar.gz
zsh-1ff856951ba649b21fb6c8d9dbe5e12a5b736a33.tar.xz
zsh-1ff856951ba649b21fb6c8d9dbe5e12a5b736a33.zip
24089 plus tweak: fix curses on older systems
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/mod_curses.yo5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/Zsh/mod_curses.yo b/Doc/Zsh/mod_curses.yo
index e08d129e4..456bebd1c 100644
--- a/Doc/Zsh/mod_curses.yo
+++ b/Doc/Zsh/mod_curses.yo
@@ -204,8 +204,9 @@ position.  The return values are stored in the array named var(param) if
 supplied, else in the array tt(reply).  The first value is the character
 (which may be a multibyte character if the system supports them); the
 second is the color pair in the usual var(fg_col)tt(/)var(bg_col)
-notation.  Any attributes other than color that apply to the character,
-as set with the subcommand tt(attr), appear as additional elements.
+notation, or tt(0) if color is not supported.  Any attributes other than
+color that apply to the character, as set with the subcommand tt(attr),
+appear as additional elements.
 )
 enditem()