about summary refs log tree commit diff
path: root/Doc/Zsh/mod_curses.yo
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2008-07-23 17:06:32 +0000
committerClint Adams <clint@users.sourceforge.net>2008-07-23 17:06:32 +0000
commit3694f7c5fe36bdc65bf3022962619c7b9cd9c8eb (patch)
tree3e22f787c815603dc47b76955e48feead8b4b35f /Doc/Zsh/mod_curses.yo
parentb34c5d8a546e11692236d06254cde8bd1581fca1 (diff)
downloadzsh-3694f7c5fe36bdc65bf3022962619c7b9cd9c8eb.tar.gz
zsh-3694f7c5fe36bdc65bf3022962619c7b9cd9c8eb.tar.xz
zsh-3694f7c5fe36bdc65bf3022962619c7b9cd9c8eb.zip
25330: fix description of zcurses "position" (was documented as "location").
Diffstat (limited to 'Doc/Zsh/mod_curses.yo')
-rw-r--r--Doc/Zsh/mod_curses.yo6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/Zsh/mod_curses.yo b/Doc/Zsh/mod_curses.yo
index c1191b894..d3f8ad22e 100644
--- a/Doc/Zsh/mod_curses.yo
+++ b/Doc/Zsh/mod_curses.yo
@@ -17,10 +17,10 @@ xitem(tt(zcurses) tt(refresh) [ var(targetwin) ... ] )
 xitem(tt(zcurses) tt(touch) var(targetwin) ...)
 xitem(tt(zcurses) tt(move) var(targetwin) var(new_y) var(new_x) )
 xitem(tt(zcurses) tt(clear) var(targetwin) [ tt(redraw) | tt(eol) | tt(bot) ])
-xitem(tt(zcurses) tt(location) var(targetwin) var(array))
+xitem(tt(zcurses) tt(position) var(targetwin) var(array))
 xitem(tt(zcurses) tt(char) var(targetwin) var(character) )
 xitem(tt(zcurses) tt(string) var(targetwin) var(string) )
-xitem(tt(zcurses) tt(border) var(targetwin) var(border) )(
+xitem(tt(zcurses) tt(border) var(targetwin) var(border) )
 xitem(tt(zcurses) tt(attr) var(targetwin) [ var({+/-}attribute) | var(fg_col)tt(/)var(bg_col) ] [...])
 xitem(tt(zcurses) tt(bg) var(targetwin) [ var({+/-}attribute) | var(fg_col)tt(/)var(bg_col) | tt(@)var(char) ] [...])
 xitem(tt(zcurses) tt(scroll) var(targetwin) [ tt(on) | tt(off) | {+/-}var(lines) ])
@@ -80,7 +80,7 @@ line.  With the option
 tt(bot), var(targetwin) is cleared to the end of the window, i.e
 everything to the right and below the cursor is cleared.
 
-The subcommand tt(location) writes various positions associated with
+The subcommand tt(position) writes various positions associated with
 var(targetwin) into the array named var(array).
 These are, in order:
 startsitem()