X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fscr_dump.5.html;h=ce5e2b2545d6f1842bbdc03d4f8a7d3d93b15ca4;hb=d90067f9008bb8338a77c1ed519bc108c275ed04;hp=6dae96b863e9a644e1ccb00e8719a61aca0ab670;hpb=7e062bb2764a87d98073a90ee65a234a2679f9c1;p=ncurses.git diff --git a/doc/html/man/scr_dump.5.html b/doc/html/man/scr_dump.5.html index 6dae96b8..ce5e2b25 100644 --- a/doc/html/man/scr_dump.5.html +++ b/doc/html/man/scr_dump.5.html @@ -27,19 +27,19 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: scr_dump.5,v 1.36 2023/09/30 21:38:11 tom Exp @ + * @Id: scr_dump.5,v 1.40 2023/12/16 21:07:24 tom Exp @ --> -scr_dump 5 2023-09-30 ncurses 6.4 File formats +scr_dump 5 2023-12-16 ncurses 6.4 File formats -

scr_dump 5 2023-09-30 ncurses 6.4 File formats

+

scr_dump 5 2023-12-16 ncurses 6.4 File formats

 scr_dump(5)                      File formats                      scr_dump(5)
 
@@ -111,7 +111,7 @@
 
 
 

ncurses5 (legacy)

-       The screen-dump feature was added to ncurses in June 1995.  While there
+       The screen-dump feature was added to ncurses in June 1995.  While there
        were fixes and improvements in succeeding years, the basic  scheme  was
        unchanged:
 
@@ -155,7 +155,7 @@
           o   Shading is used to identify  X/Open  Enhanced  Curses  material,
               relating to interfaces included to provide enhanced capabilities
               for applications originally written to be  compiled  on  systems
-              based  on  the  UNIX  operating system.  Therefore, the features
+              based  on  the  Unix  operating system.  Therefore, the features
               described may not be present on systems that conform to XPG4  or
               to  earlier  XPG  releases.   The  relevant  reference pages may
               provide additional or more specific portability  warnings  about
@@ -181,7 +181,7 @@
 
        That is, the feature was likely introduced in SVr2 (1984), and improved
        in SVr3 (1987).  The Solaris curses source has no magic number for SVr4
-       (1989).  Other operating systems (AIX and  HPUX)  use  a  magic  number
+       (1989).  Other operating systems (AIX and HP-UX)  use  a  magic  number
        which would correspond to this definition:
 
            /* curses screen dump magic number */
@@ -191,7 +191,7 @@
        big-endian hardware, the magic number is written  with  the  high-order
        byte first, e.g.,
 
-            01 35
+           \001\035
 
        After  the magic number, the WINDOW structure and line-data are written
        in binary format.  While the magic number used by the Unix systems  can
@@ -205,11 +205,11 @@
 
        o   AIX (51817 bytes)
 
-       o   HPUX (90093 bytes)
+       o   HP-UX (90093 bytes)
 
        o   Solaris 10 (13273 bytes)
 
-       o   ncurses5 (12888 bytes)
+       o   ncurses5 (12888 bytes)
 
 
 

Solaris

@@ -258,7 +258,7 @@
        o   finally, lines as done by other implementations.
 
 
-

EXAMPLE

+

EXAMPLES

        Given  a  simple  program  which writes text to the screen (and for the
        sake of example, limiting the screen-size to 10x20):
 
@@ -321,7 +321,7 @@
            ensure they are not overlooked.
 
        o   Attributes are written in escaped curly  braces,  e.g.,  "\{BOLD}",
-           and may include a color-pair (C1 or C2 in this example).
+           and may include a color pair (C1 or C2 in this example).
 
        o   The  parameters  in  the  header  are  written out only if they are
            nonzero.  When reading back, order does not matter.
@@ -396,10 +396,10 @@
 
 

AUTHORS

        Thomas E. Dickey
-       extended screen-dump format for ncurses 6.0 (2015)
+       extended screen-dump format for ncurses 6.0 (2015)
 
        Eric S. Raymond
-       screen dump feature in ncurses 1.9.2d (1995)
+       screen dump feature in ncurses 1.9.2d (1995)
 
 
 

SEE ALSO

@@ -407,7 +407,7 @@
 
 
 
-ncurses 6.4                       2023-09-30                       scr_dump(5)
+ncurses 6.4                       2023-12-16                       scr_dump(5)