From 52d3fdc80eec12f43f005a93e902dbc64e7591fc Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 28 Oct 2007 00:21:54 +0000 Subject: 24026: default colors in zcurses --- Doc/Zsh/mod_curses.yo | 9 +++++++-- 1 file changed, 7 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 4198038e1..9cd521d19 100644 --- a/Doc/Zsh/mod_curses.yo +++ b/Doc/Zsh/mod_curses.yo @@ -83,9 +83,14 @@ color pair for any successive character output. Each var(attribute) given on the line may be prepended by a tt(+) to set or a tt(-) to unset that attribute; tt(+) is assumed if absent. The attributes supported are tt(blink), tt(bold), tt(dim), tt(reverse), tt(standout), -and tt(underline). Each var(fg_col)tt(/)var(bg_col) (to be read as +and tt(underline). + +Each var(fg_col)tt(/)var(bg_col) attribute (to be read as `var(fg_col) on var(bg_col)') sets the foreground and background color -for character output. +for character output. The color tt(default) is sometimes available +(in particular if the library is ncurses), specifying the foreground +or background color with which the terminal started. The color pair +tt(default/default) is always available. tt(scroll) can be used with tt(on) or tt(off) to enabled or disable scrolling of a window when the cursor would otherwise move below the -- cgit 1.4.1