about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2007-10-17 20:27:25 +0000
committerClint Adams <clint@users.sourceforge.net>2007-10-17 20:27:25 +0000
commit4138a4c24c51af46deccd40afbd65aee7d716f21 (patch)
tree37537b562ca0972d253ff7f2efd40017a339bbcd /Doc
parent1dfd870aa1dbecc49952f93b91bb5a0afb39ec6a (diff)
downloadzsh-4138a4c24c51af46deccd40afbd65aee7d716f21.tar.gz
zsh-4138a4c24c51af46deccd40afbd65aee7d716f21.tar.xz
zsh-4138a4c24c51af46deccd40afbd65aee7d716f21.zip
23982: documentation for zcurses -A.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/mod_curses.yo9
1 files changed, 8 insertions, 1 deletions
diff --git a/Doc/Zsh/mod_curses.yo b/Doc/Zsh/mod_curses.yo
index f2b442e98..8243c1ee2 100644
--- a/Doc/Zsh/mod_curses.yo
+++ b/Doc/Zsh/mod_curses.yo
@@ -14,7 +14,8 @@ xitem(tt(zcurses) tt(-r) [ var(targetwin) ] )
 xitem(tt(zcurses) tt(-m) var(targetwin) var(new_y) var(new_x) )
 xitem(tt(zcurses) tt(-c) var(targetwin) var(character) )
 xitem(tt(zcurses) tt(-s) var(targetwin) var(string) )
-item(tt(zcurses) tt(-b) var(targetwin) var(border) )(
+xitem(tt(zcurses) tt(-b) var(targetwin) var(border) )(
+item(tt(zcurses) tt(-A) var(targetwin) var({+/-}attribute) [var({+/-}attribute)] [...])(
 Manipulate curses windows.  All uses of this command should be
 bracketed by `tt(zcurses -i)' to initialise use of curses, and
 `tt(zcurses -e)' to end it; omitting `tt(zcurses -e)' can cause
@@ -39,5 +40,11 @@ Outputting characters and strings are achieved by tt(-c) and tt(-s)
 respectively.
 
 To draw a border around window var(targetwin), use tt(-b).
+
+tt(-A) will set var(targetwin)'s attributes for any successive character
+output.  Each var(attribute) given on the line should be prepended by a
+tt(+) to set or a tt(-) to unset that attribute.  The attributes supported
+are tt(blink), tt(bold), tt(dim), tt(reverse), tt(standout), and
+tt(underline).
 )
 enditem()