From bf762680f3cab91c8d30c03984cc263636a38c8c Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Mon, 15 Oct 2007 16:49:49 +0000 Subject: 23962: store windows in a linked list instead of a static array, and use strings as window identifiers instead of integers. --- Doc/Zsh/mod_curses.yo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Doc') 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). -- cgit 1.4.1