]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/curs_window.3x
ncurses 6.3 - patch 20220813
[ncurses.git] / man / curs_window.3x
index c786650ecf4dc062d9c675e0d76dc64955e0453d..f37eb5f65cbf33e1ba7bc9c70f415b23ce13dff1 100644 (file)
@@ -27,7 +27,7 @@
 .\" authorization.                                                           *
 .\"***************************************************************************
 .\"
-.\" $Id: curs_window.3x,v 1.27 2022/07/24 15:35:15 tom Exp $
+.\" $Id: curs_window.3x,v 1.28 2022/08/13 23:24:22 tom Exp $
 .TH curs_window 3X ""
 .de bP
 .ie n  .IP \(bu 4
@@ -269,7 +269,7 @@ Solaris X/Open curses does not even make that check,
 and will delete a parent window which still has subwindows.
 .bP
 Since release 4.0 (1996), ncurses maintains a list of windows for each screen,
-and is able to recursively delete subwindows when asked to delete their parent.
+to ensure that a window has no subwindows before allowing deletion.
 .bP
 NetBSD copied this feature of ncurses in 2003.
 .br