From 4138a4c24c51af46deccd40afbd65aee7d716f21 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Wed, 17 Oct 2007 20:27:25 +0000 Subject: 23982: documentation for zcurses -A. --- Doc/Zsh/mod_curses.yo | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Doc/Zsh/mod_curses.yo') 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() -- cgit 1.4.1