diff options
| author | Clint Adams <clint@users.sourceforge.net> | 2007-10-15 13:30:07 +0000 |
|---|---|---|
| committer | Clint Adams <clint@users.sourceforge.net> | 2007-10-15 13:30:07 +0000 |
| commit | 951c8cca0f49492aa51dfcd622bd1a0b87e422cd (patch) | |
| tree | 59a5a89ead53b538297a4a05253edca7130c726a /Doc/Zsh/mod_curses.yo | |
| parent | unposted: update for zsh/curses module and documentation. (diff) | |
| download | zsh-951c8cca0f49492aa51dfcd622bd1a0b87e422cd.tar zsh-951c8cca0f49492aa51dfcd622bd1a0b87e422cd.tar.gz zsh-951c8cca0f49492aa51dfcd622bd1a0b87e422cd.tar.bz2 zsh-951c8cca0f49492aa51dfcd622bd1a0b87e422cd.tar.lz zsh-951c8cca0f49492aa51dfcd622bd1a0b87e422cd.tar.xz zsh-951c8cca0f49492aa51dfcd622bd1a0b87e422cd.tar.zst zsh-951c8cca0f49492aa51dfcd622bd1a0b87e422cd.zip | |
23957: minor fixes.
Diffstat (limited to 'Doc/Zsh/mod_curses.yo')
| -rw-r--r-- | Doc/Zsh/mod_curses.yo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Zsh/mod_curses.yo b/Doc/Zsh/mod_curses.yo index 82b95ff51..a44608289 100644 --- a/Doc/Zsh/mod_curses.yo +++ b/Doc/Zsh/mod_curses.yo @@ -26,7 +26,8 @@ The tt(-r) command will refresh window var(targetwin); this is necessary to make any pending changes (such as characters you have prepared for output with tt(-c)) visible on the screen. -tt(-m) moves var(targetwin) to new coordinates var(new_y) and var(new_x). +tt(-m) moves the cursor position in var(targetwin) to new coordinates +var(new_y) and var(new_x). Outputting characters and strings are achieved by tt(-c) and tt(-s) respectively. |
