diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-10-28 00:21:54 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-10-28 00:21:54 +0000 |
commit | 52d3fdc80eec12f43f005a93e902dbc64e7591fc (patch) | |
tree | f92b0f5bae2a35d14047cb4c3e11e046de703df1 /Doc/Zsh | |
parent | 1c6416596ab0baa03302f09a9ae67377756637bf (diff) | |
download | zsh-52d3fdc80eec12f43f005a93e902dbc64e7591fc.tar.gz zsh-52d3fdc80eec12f43f005a93e902dbc64e7591fc.tar.xz zsh-52d3fdc80eec12f43f005a93e902dbc64e7591fc.zip |
24026: default colors in zcurses
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/mod_curses.yo | 9 |
1 files changed, 7 insertions, 2 deletions
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 |