about summary refs log tree commit diff
path: root/Doc/Zsh/mod_curses.yo
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/Zsh/mod_curses.yo')
-rw-r--r--Doc/Zsh/mod_curses.yo3
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.