diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/mod_curses.yo | 5 |
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() |