From 1ff856951ba649b21fb6c8d9dbe5e12a5b736a33 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 12 Nov 2007 12:16:50 +0000 Subject: 24089 plus tweak: fix curses on older systems --- Doc/Zsh/mod_curses.yo | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Doc/Zsh/mod_curses.yo') 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() -- cgit 1.4.1