X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_scr_dump.3x.html;h=900c5bb116af47fd336514dc5ea53fedc730064a;hb=74433bcf4f6fe40862a28f3c00edaedcd5054b01;hp=2c3efab46df75075e352d1d8b26c7c4e3734f876;hpb=7884aa084f9440fd964f14fe31853a5f85db5104;p=ncurses.git diff --git a/doc/html/man/curs_scr_dump.3x.html b/doc/html/man/curs_scr_dump.3x.html index 2c3efab4..900c5bb1 100644 --- a/doc/html/man/curs_scr_dump.3x.html +++ b/doc/html/man/curs_scr_dump.3x.html @@ -1,6 +1,6 @@ - @@ -36,7 +36,7 @@ curs_scr_dump 3x - +

curs_scr_dump 3x

@@ -61,28 +61,36 @@

DESCRIPTION

+
+

scr_dump

        The scr_dump routine dumps the current contents of the  virtual  screen
        to the file filename.
 
+
+

scr_restore

        The  scr_restore  routine  sets  the  virtual screen to the contents of
        filename, which must have been written using scr_dump.  The  next  call
        to  doupdate  restores  the physical screen to the way it looked in the
        dump file.
 
+
+

scr_init

        The scr_init routine reads in the contents of filename and uses them to
        initialize the curses data structures about what the terminal currently
        has on its screen.  If the data is determined to be valid, curses bases
        its  next update of the screen on this information rather than clearing
-       the screen and starting from scratch.  scr_init is used  after  initscr
-       or  a  system  call  to share the screen with another process which has
-       done a scr_dump after its endwin(3x) call.  The data  is  declared  in-
-       valid
+       the  screen  and  starting  from  scratch.   scr_init  is  used   after
+       initscr(3x)  or  a  system(3)  call  to  share  the screen with another
+       process which has done a scr_dump after its endwin(3x) call.  The  data
+       is declared invalid
 
        o   if the terminfo capabilities rmcup and nrrmc exist, also
 
        o   if  the  terminal  has been written to since the preceding scr_dump
            call.
 
+
+

scr_set

        The scr_set routine is a combination of scr_restore and  scr_init.   It
        tells the program that the information in filename is what is currently
        on the screen, and also what the program wants on the screen.  This can
@@ -124,7 +132,14 @@