X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fterminfo.5.html;fp=doc%2Fhtml%2Fman%2Fterminfo.5.html;h=fc98e7fab55afc97cc1ec58002eb7bcf0fa523de;hp=813b96f9492b74041f014e7d1ee2a17149223d4e;hb=67327e4e3b2121f8273fb73ec14ef234ed01231e;hpb=159cd0555e0efc14be66c9c3a1548f58908b6a1d diff --git a/doc/html/man/terminfo.5.html b/doc/html/man/terminfo.5.html index 813b96f9..fc98e7fa 100644 --- a/doc/html/man/terminfo.5.html +++ b/doc/html/man/terminfo.5.html @@ -32,7 +32,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: terminfo.head,v 1.59 2023/12/23 23:44:58 tom Exp @ + * @Id: terminfo.head,v 1.60 2023/12/30 22:21:45 tom Exp @ * Head of terminfo man page ends here **************************************************************************** * Copyright 2018-2022,2023 Thomas E. Dickey * @@ -62,7 +62,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: terminfo.tail,v 1.140 2023/12/23 16:23:35 tom Exp @ + * @Id: terminfo.tail,v 1.141 2023/12/30 21:36:32 tom Exp @ *.in -2 *.in +2 *.in -2 @@ -73,12 +73,12 @@ -terminfo 5 2023-12-23 ncurses 6.4 File formats +terminfo 5 2023-12-30 ncurses 6.4 File formats -

terminfo 5 2023-12-23 ncurses 6.4 File formats

+

terminfo 5 2023-12-30 ncurses 6.4 File formats

 terminfo(5)                      File formats                      terminfo(5)
 
@@ -105,7 +105,7 @@
        have, by specifying how to perform screen operations, and by specifying
        padding requirements and initialization sequences.
 
-       This manual describes ncurses version 6.4 (patch 20231223).
+       This manual describes ncurses version 6.4 (patch 20231230).
 
 
 

terminfo Entry Syntax

@@ -184,11 +184,11 @@
        features.
 
        After the first field (giving the name(s) of the terminal entry), there
-       should be one or more capability fields.  These are boolean, numeric or
+       should be one or more capability fields.  These are Boolean, numeric or
        string names with corresponding values:
 
        o   Boolean capabilities are true  when  present,  false  when  absent.
-           There is no explicit value for boolean capabilities.
+           There is no explicit value for Boolean capabilities.
 
        o   Numeric  capabilities  have  a  "#"  following  the  name,  then an
            unsigned decimal integer value.
@@ -282,7 +282,7 @@
        (#i)   indicates the ith parameter.
 
 
-       These are the boolean capabilities:
+       These are the Boolean capabilities:
 
 
                   Variable            Cap-      TCap       Description
@@ -1146,7 +1146,7 @@
        capabilities.  The tic and infocmp programs provide the -x  option  for
        this purpose.  When -x is set, tic treats unknown capabilities as user-
        defined.  That is, if tic encounters a capability name  which  it  does
-       not  recognize, it infers its type (boolean, number or string) from the
+       not  recognize, it infers its type (Boolean, number or string) from the
        syntax and makes an extended table  entry  for  that  capability.   The
        use_extended_names(3x)  function  makes  this information conditionally
        available to applications.   The  ncurses  library  provides  the  data
@@ -1155,7 +1155,7 @@
        o   User-defined  capability  strings  whose  name  begins with "k" are
            treated as function keys.
 
-       o   The types (boolean,  number,  string)  determined  by  tic  can  be
+       o   The types (Boolean,  number,  string)  determined  by  tic  can  be
            inferred by successful calls on tigetflag, etc.
 
        o   If the capability name happens to be two characters, the capability
@@ -1165,7 +1165,7 @@
        predefined  set of capabilities, in practice it has been limited to the
        capabilities defined by terminfo implementations.   As  a  rule,  user-
        defined capabilities intended for use by termcap applications should be
-       limited to booleans and numbers to avoid running  past  the  1023  byte
+       limited to Booleans and numbers to avoid running  past  the  1023  byte
        limit  assumed  by  termcap implementations and their applications.  In
        particular, providing extended sets  of  function  keys  (past  the  60
        numbered keys and the handful of special named keys) is best done using
@@ -1786,7 +1786,7 @@
        using ri or ind on many terminals without a  true  insert/delete  line,
        and is often faster even on terminals with those features.
 
-       The  boolean  non_dest_scroll_region  should  be  set if each scrolling
+       The  Boolean  non_dest_scroll_region  should  be  set if each scrolling
        window is effectively a view port on a screen-sized  canvas.   To  test
        for  this  capability,  create  a scrolling region in the middle of the
        screen, write something to the bottom line, move the cursor to the  top
@@ -2228,7 +2228,7 @@
 
        A command to erase or blank the status line may be specified as dsl.
 
-       The  boolean  capability  eslok  specifies that escape sequences, tabs,
+       The  Boolean  capability  eslok  specifies that escape sequences, tabs,
        etc., work ordinarily in the status line.
 
        The ncurses implementation does not yet use any of these  capabilities.
@@ -2329,7 +2329,7 @@
        color  pairs  to their default values for the terminal.  Some terminals
        (including many PC terminal emulators)  erase  screen  areas  with  the
        current  background  color rather than the power-up default background;
-       these should have the boolean capability bce.
+       these should have the Boolean capability bce.
 
        While the  curses  library  works  with  color  pairs  (reflecting  the
        inability  of  some  devices  to  set  foreground and background colors
@@ -2394,7 +2394,7 @@
            indicate that colors can be modified.  If so, the initc  capability
            will take a color number (0 to colors - 1)and three more parameters
            which describe the color.  These three parameters default to  being
-           interpreted  as  RGB  (Red,  Green,  Blue)  values.  If the boolean
+           interpreted  as  RGB  (Red,  Green,  Blue)  values.  If the Boolean
            capability hls is present, they are instead as HLS (Hue, Lightness,
            Saturation) indices.  The ranges are terminal-dependent.
 
@@ -2694,7 +2694,7 @@
 
 
 
-ncurses 6.4                       2023-12-23                       terminfo(5)
+ncurses 6.4                       2023-12-30                       terminfo(5)