diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-10-27 23:52:13 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-10-27 23:52:13 +0000 |
commit | 9e8f2b1188f1f4ff4b1b12d4592dd6dc605dae79 (patch) | |
tree | 7cecb496870958bed2ec7714f8a3c82b8d3a7c4b | |
parent | 0ba938818228001329d0fdb2fe3497ceefd71d53 (diff) | |
download | zsh-9e8f2b1188f1f4ff4b1b12d4592dd6dc605dae79.tar.gz zsh-9e8f2b1188f1f4ff4b1b12d4592dd6dc605dae79.tar.xz zsh-9e8f2b1188f1f4ff4b1b12d4592dd6dc605dae79.zip |
unposted: document zcurses position properly
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | Doc/Zsh/mod_curses.yo | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 49ca72d62..dbdafa24d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-10-28 Peter Stephenson <p.w.stephenson@ntlworld.com> + * unposted: Doc/Zsh/mod_curses.yo: Oops, misdescribed the + effect of getmaxyx(). + * 24025: Doc/Zsh/mod_curses.yo, Src/Modules/curses.c, Src/Modules/curses_keys.awk: new zcurses subcommands "clear" and "position"; "stdscr" window; numerous other tweaks. 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) |