X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fterm.5.html;fp=doc%2Fhtml%2Fman%2Fterm.5.html;h=6c5b96a6b1825d6b0a340ad946c726a601aa9f66;hb=67327e4e3b2121f8273fb73ec14ef234ed01231e;hp=4509b95a663d41f98f517f9aa7eedcb2d7d13841;hpb=159cd0555e0efc14be66c9c3a1548f58908b6a1d;p=ncurses.git diff --git a/doc/html/man/term.5.html b/doc/html/man/term.5.html index 4509b95a..6c5b96a6 100644 --- a/doc/html/man/term.5.html +++ b/doc/html/man/term.5.html @@ -28,19 +28,19 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: term.5,v 1.69 2023/12/23 16:08:25 tom Exp @ + * @Id: term.5,v 1.70 2023/12/30 21:36:32 tom Exp @ --> -term 5 2023-12-23 ncurses 6.4 File formats +term 5 2023-12-30 ncurses 6.4 File formats -

term 5 2023-12-23 ncurses 6.4 File formats

+

term 5 2023-12-30 ncurses 6.4 File formats

 term(5)                          File formats                          term(5)
 
@@ -99,7 +99,7 @@
 
             b) terminal names,
 
-            c) boolean flags,
+            c) Boolean flags,
 
             d) numbers,
 
@@ -114,7 +114,7 @@
 
             (2) the size, in bytes, of the terminal names section;
 
-            (3) the number of bytes in the boolean flags section;
+            (3) the number of bytes in the Boolean flags section;
 
             (4) the number of short integers in the numbers section;
 
@@ -122,7 +122,7 @@
 
             (6) the size, in bytes, of the string table.
 
-       The  capabilities  in  the boolean flags, numbers, and strings sections
+       The  capabilities  in  the Boolean flags, numbers, and strings sections
        are in the same order as the file <term.h>.
 
        Short integers are signed, in the range  -32768  to  32767.   They  are
@@ -145,13 +145,13 @@
            the corresponding table.
 
            The integer value -1 is represented by two bytes 0377, 0377.
-           Absent boolean values are represented by the byte 0 (false).
+           Absent Boolean values are represented by the byte 0 (false).
 
        o   If  a capability has been canceled from this terminal, tic stores a
            -2 in the corresponding table.
 
            The integer value -2 is represented by two bytes 0377, 0376.
-           The boolean value -2 is represented by the byte 0376.
+           The Boolean value -2 is represented by the byte 0376.
 
        o   Other negative values are illegal.
 
@@ -160,18 +160,18 @@
        the terminal, separated by  the  "|"  character.   The  terminal  names
        section is terminated with an ASCII NUL character.
 
-       The  boolean  flags  section  has  one  byte  for  each  flag.  Boolean
+       The  Boolean  flags  section  has  one  byte  for  each  flag.  Boolean
        capabilities are either 1 or 0 (true or false) according to whether the
        terminal supports the given capability or not.
 
-       Between  the  boolean flags section and the number section, a null byte
+       Between  the  Boolean flags section and the number section, a null byte
        will be inserted, if necessary,  to  ensure  that  the  number  section
        begins  on  an even byte This is a relic of the PDP-11's word-addressed
        architecture, originally designed to avoid traps induced by  addressing
        a  word  on  an odd byte boundary.  All short integers are aligned on a
        short word boundary.
 
-       The numbers section is similar to  the  boolean  flags  section.   Each
+       The numbers section is similar to  the  Boolean  flags  section.   Each
        capability  takes  up two bytes, and is stored as a little-endian short
        integer.
 
@@ -190,7 +190,7 @@
        The previous section describes the conventional terminfo binary format.
        With  some  minor variations of the offsets (see PORTABILITY), the same
        binary format is used in all modern Unix systems.  Each system  uses  a
-       predefined set of boolean, number or string capabilities.
+       predefined set of Boolean, number or string capabilities.
 
        The ncurses libraries and applications support extended terminfo binary
        format, allowing users to  define  capabilities  which  are  loaded  at
@@ -202,7 +202,7 @@
 
        First, it reads the extended header (5 short integers):
 
-            (1)  count of extended boolean capabilities
+            (1)  count of extended Boolean capabilities
 
             (2)  count of extended numeric capabilities
 
@@ -220,7 +220,7 @@
 
        The  extended  string  table  contains  values for string capabilities.
        After the end of these values, it contains the names for  each  of  the
-       extended  capabilities  in  order,  e.g.,  booleans,  then  numbers and
+       extended  capabilities  in  order,  e.g.,  Booleans,  then  numbers and
        finally strings.
 
        By storing terminal descriptions  in  this  way,  ncurses  is  able  to
@@ -267,7 +267,7 @@
        (resulting in missing entries).  The routine setupterm must be prepared
        for  both  possibilities  -  this  is  why  the  numbers  and sizes are
        included.  Also, new capabilities must always be added at  the  end  of
-       the lists of boolean, number, and string capabilities.
+       the lists of Boolean, number, and string capabilities.
 
 
 

Binary Format

@@ -399,7 +399,7 @@
 
 
 
-ncurses 6.4                       2023-12-23                           term(5)
+ncurses 6.4                       2023-12-30                           term(5)