X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_initscr.3x.html;h=0d7d5588275965c02ffa91f5c82ea21e1c9b1cea;hb=122d3739b3c11c83decc625d53f26fff6e825710;hp=fc51ad90956c2d61b532022cbb6b719bfb8248f7;hpb=135d37072755704b8d018e5de74e62ff3f28c930;p=ncurses.git diff --git a/doc/html/man/curs_initscr.3x.html b/doc/html/man/curs_initscr.3x.html index fc51ad90..0d7d5588 100644 --- a/doc/html/man/curs_initscr.3x.html +++ b/doc/html/man/curs_initscr.3x.html @@ -27,19 +27,19 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_initscr.3x,v 1.53 2023/10/07 21:19:07 tom Exp @ + * @Id: curs_initscr.3x,v 1.54 2023/11/11 23:20:20 tom Exp @ --> -curs_initscr 3x 2023-10-07 ncurses 6.4 Library calls +curs_initscr 3x 2023-11-11 ncurses 6.4 Library calls -

curs_initscr 3x 2023-10-07 ncurses 6.4 Library calls

+

curs_initscr 3x 2023-11-11 ncurses 6.4 Library calls

 curs_initscr(3x)                 Library calls                curs_initscr(3x)
 
@@ -157,7 +157,13 @@
 
        X/Open defines no error conditions.  In this implementation
 
-       o   endwin returns an error if the terminal was not initialized.
+       o   endwin returns an error if
+
+           o   the terminal was not initialized, or
+
+           o   endwin is called more than once without updating the screen, or
+
+           o   reset_shell_mode(3x) returns an error.
 
        o   newterm returns an error if it cannot allocate the data  structures
            for  the  screen,  or  for the top-level windows within the screen,
@@ -294,7 +300,7 @@
 
 
 
-ncurses 6.4                       2023-10-07                  curs_initscr(3x)
+ncurses 6.4                       2023-11-11                  curs_initscr(3x)