X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_window.3x.html;h=3f4c9644ba0a1645c562a04ee123a45e124142c5;hp=786ca4f93fe95c8e32df62d7a9471de7ce52fc8b;hb=91d451ffc473b358d8d74506d2da8871e44fbd7b;hpb=47d2fb4537d9ad5bb14f4810561a327930ca4280 diff --git a/doc/html/man/curs_window.3x.html b/doc/html/man/curs_window.3x.html index 786ca4f9..3f4c9644 100644 --- a/doc/html/man/curs_window.3x.html +++ b/doc/html/man/curs_window.3x.html @@ -1,6 +1,6 @@ - @@ -88,6 +88,14 @@ A new full-screen window is created by calling newwin(0,0,0,0). + Regardless of the function used for creating a new window (e.g., + newwin, subwin, derwin, newpad), rather than a duplicate (with dupwin), + all of the window modes are initialized to the default values. These + functions set window modes after a window is created: + + idcok, idlok, immedok, keypad, leaveok, nodelay, scrollok, + setscrreg, syncok, wbkgdset, wbkgrndset, and wtimeout +

delwin

        Calling delwin deletes the named window, freeing all memory  associated