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=5c1edc65b488ff6c4cd12f1a50bd50df7f4db15c;hb=91d451ffc473b358d8d74506d2da8871e44fbd7b;hpb=cb4427a16794d98049b4d790b810d62217501f9f diff --git a/doc/html/man/curs_window.3x.html b/doc/html/man/curs_window.3x.html index 5c1edc65..3f4c9644 100644 --- a/doc/html/man/curs_window.3x.html +++ b/doc/html/man/curs_window.3x.html @@ -1,6 +1,7 @@ - @@ -87,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