X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_scr_dump.3x.html;h=71bc263a02468ea2f2dd051d264282b207c837a4;hp=9d901c627ffacc77c2aa661303c5dd1c6722efcc;hb=a816c8dae437106bbf1661304240ff568ae3efef;hpb=1f474475aab29bc166012819129d46c70320efdc diff --git a/doc/html/man/curs_scr_dump.3x.html b/doc/html/man/curs_scr_dump.3x.html index 9d901c62..71bc263a 100644 --- a/doc/html/man/curs_scr_dump.3x.html +++ b/doc/html/man/curs_scr_dump.3x.html @@ -1,6 +1,6 @@ @@ -61,14 +61,20 @@

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
@@ -83,6 +89,8 @@
        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 @@