diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-10-27 23:53:16 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-10-27 23:53:16 +0000 |
commit | 1c6416596ab0baa03302f09a9ae67377756637bf (patch) | |
tree | 5d5aaae5c1867fc63df927d1985be4ac83f3c310 /Doc/Zsh | |
parent | 9e8f2b1188f1f4ff4b1b12d4592dd6dc605dae79 (diff) | |
download | zsh-1c6416596ab0baa03302f09a9ae67377756637bf.tar.gz zsh-1c6416596ab0baa03302f09a9ae67377756637bf.tar.xz zsh-1c6416596ab0baa03302f09a9ae67377756637bf.zip |
unposted: document zcurses position properly
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/mod_curses.yo | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/Zsh/mod_curses.yo b/Doc/Zsh/mod_curses.yo index 3ae0fa559..4198038e1 100644 --- a/Doc/Zsh/mod_curses.yo +++ b/Doc/Zsh/mod_curses.yo @@ -67,8 +67,7 @@ sitem()(The y and x coordinates of the cursor relative to the top left of var(targetwin)) sitem()(The y and x coordinates of the top left of var(targetwin) on the screen) -sitem()(The maximum value of y and x within var(targetwin), i.e. the -position of the bottom right corner relative to the top left corner.) +sitem()(The size of var(targetwin) in y and x dimensions.) endsitem() Outputting characters and strings are achieved by tt(char) and tt(string) |