X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_initscr.3x.html;h=f5fd5441747dff91e4c70133acc540c4327edc30;hp=f8ba9ac6dfdd62466c9b417e25408cfc1f80dd42;hb=55ccd2b959766810cf7db8d1c4462f338ce0afc8;hpb=a8987e73ec254703634802b4f7ee30d3a485524d;ds=inline diff --git a/doc/html/man/curs_initscr.3x.html b/doc/html/man/curs_initscr.3x.html index f8ba9ac6..f5fd5441 100644 --- a/doc/html/man/curs_initscr.3x.html +++ b/doc/html/man/curs_initscr.3x.html @@ -1,7 +1,7 @@ @@ -40,14 +40,14 @@
 
-curs_initscr(3x)                                 curs_initscr(3x)
+curs_initscr(3x)                                       curs_initscr(3x)
 
 
 
 
 

NAME

-       initscr,  newterm, endwin, isendwin, set_term, delscreen -
+       initscr, newterm, endwin, isendwin, set_term, delscreen -
        curses screen initialization and manipulation routines
 
 
@@ -73,10 +73,10 @@
 
        The initscr code determines the terminal type and initial-
        izes  all curses data structures.  initscr also causes the
-       first call to refresh to  clear  the  screen.   If  errors
-       occur,  initscr  writes  an  appropriate  error message to
-       standard error and exits; otherwise, a pointer is returned
-       to stdscr.
+       first call to refresh to clear the screen.  If errors  oc-
+       cur,  initscr writes an appropriate error message to stan-
+       dard error and exits; otherwise, a pointer is returned  to
+       stdscr.
 
        A  program  that  outputs to more than one terminal should
        use the newterm  routine  for  each  terminal  instead  of
@@ -95,10 +95,10 @@
        same  terminal, the first terminal referred to must be the
        last one for which endwin is called.
 
-       A program should always  call  endwin  before  exiting  or
-       escaping  from  curses  mode  temporarily.   This  routine
-       restores tty modes, moves the cursor to  the  lower  left-
-       hand corner of the screen and resets the terminal into the
+       A program should always call endwin before exiting or  es-
+       caping  from  curses  mode  temporarily.  This routine re-
+       stores tty modes, moves the cursor to the lower  left-hand
+       corner  of  the  screen  and  resets the terminal into the
        proper non-visual mode.  Calling refresh or doupdate after
        a  temporary  escape  causes  the program to resume visual
        mode.
@@ -111,8 +111,8 @@
        terminals.   The screen reference new becomes the new cur-
        rent terminal.  The previous terminal is returned  by  the
        routine.   This  is  the  only  routine  which manipulates
-       SCREEN  pointers;  all  other  routines  affect  only  the
-       current terminal.
+       SCREEN pointers; all other routines affect only  the  cur-
+       rent terminal.
 
        The  delscreen  routine  frees storage associated with the
        SCREEN data structure.  The endwin  routine  does  not  do
@@ -127,6 +127,10 @@
 
        Routines that return pointers always return NULL on error.
 
+       X/Open defines no error conditions.  In  this  implementa-
+       tion  endwin returns an error if the terminal was not ini-
+       tialized.
+
 
 

NOTES

@@ -152,7 +156,7 @@
 
 
 
-                                                 curs_initscr(3x)
+                                                       curs_initscr(3x)