about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2007-10-15 16:49:49 +0000
committerClint Adams <clint@users.sourceforge.net>2007-10-15 16:49:49 +0000
commitbf762680f3cab91c8d30c03984cc263636a38c8c (patch)
tree11e245997c41657d7dd8b1779b698aecf1cdbe27 /Doc
parentd10721b35e50faba3200f0fee5fd6c9c082a372f (diff)
downloadzsh-bf762680f3cab91c8d30c03984cc263636a38c8c.tar.gz
zsh-bf762680f3cab91c8d30c03984cc263636a38c8c.tar.xz
zsh-bf762680f3cab91c8d30c03984cc263636a38c8c.zip
23962: store windows in a linked list instead of a static array, and use strings as window identifiers instead of integers.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/mod_curses.yo4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/mod_curses.yo b/Doc/Zsh/mod_curses.yo
index d862546cf..386074cd9 100644
--- a/Doc/Zsh/mod_curses.yo
+++ b/Doc/Zsh/mod_curses.yo
@@ -17,8 +17,8 @@ Manipulate curses windows.
 
 With tt(-a), create a window with var(nlines) lines and var(ncols) columns.
 Its upper left corner will be placed at row var(begin_y) and column
-var(begin_x) of the screen.  var(targetwin) must be an integer between 1
-and 9 inclusive, and refer to a window that is not currently assigned.
+var(begin_x) of the screen.  var(targetwin) is a string and refers
+to the name of a window that is not currently assigned.
 
 Use tt(-d) to delete a window created with tt(-a).