X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_window.3x.html;h=9583670b4e83c4ec878e73ae7a231d383e2000d4;hp=5c1edc65b488ff6c4cd12f1a50bd50df7f4db15c;hb=16fbf3f4f7d96b6ee6bf9159b22f26e05962aa3d;hpb=cb4427a16794d98049b4d790b810d62217501f9f diff --git a/doc/html/man/curs_window.3x.html b/doc/html/man/curs_window.3x.html index 5c1edc65..9583670b 100644 --- a/doc/html/man/curs_window.3x.html +++ b/doc/html/man/curs_window.3x.html @@ -1,6 +1,7 @@ - @@ -35,7 +36,7 @@ curs_window 3x - +

curs_window 3x

@@ -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