diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/mod_curses.yo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/mod_curses.yo b/Doc/Zsh/mod_curses.yo index 81513c5fc..3ae0fa559 100644 --- a/Doc/Zsh/mod_curses.yo +++ b/Doc/Zsh/mod_curses.yo @@ -67,8 +67,8 @@ 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 y and x coordinates of the bottom right 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.) endsitem() Outputting characters and strings are achieved by tt(char) and tt(string) |