X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fterminfo.5.html;h=859a54554379300821cb044c0e193dde7016feb0;hb=122d3739b3c11c83decc625d53f26fff6e825710;hp=d8c8ffed25961e38c849b76240ce6acf17592cac;hpb=894a177fd5228cdbe790bd1dc9435bd435c29681;p=ncurses.git diff --git a/doc/html/man/terminfo.5.html b/doc/html/man/terminfo.5.html index d8c8ffed..859a5455 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.52 2023/10/07 21:19:07 tom Exp @ + * @Id: terminfo.head,v 1.53 2023/10/14 19:53:57 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.133 2023/10/07 20:53:54 tom Exp @ + * @Id: terminfo.tail,v 1.134 2023/10/14 19:18:14 tom Exp @ *.in -2 *.in +2 *.in -2 @@ -73,12 +73,12 @@ -terminfo 5 2023-10-07 ncurses 6.4 File formats +terminfo 5 2023-10-14 ncurses 6.4 File formats -

terminfo 5 2023-10-07 ncurses 6.4 File formats

+

terminfo 5 2023-10-14 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 20231007).
+       This manual describes ncurses version 6.4 (patch 20231111).
 
 
 

Terminfo Entry Syntax

@@ -243,25 +243,29 @@
        terminfo  description  block  and available to terminfo-using code.  In
        each line of the table,
 
-       The variable is the name by  which  the  programmer  (at  the  terminfo
-       level) accesses the capability.
+       o   The variable is the name by which the programmer (at  the  terminfo
+           level) accesses the capability.
 
-       The  capname is the short name used in the text of the database, and is
-       used by a person updating the database.   Whenever  possible,  capnames
-       are chosen to be the same as or similar to the ANSI X3.64-1979 standard
-       (now superseded by  ECMA-48,  which  uses  identical  or  very  similar
-       names).    Semantics   are   also   intended  to  match  those  of  the
-       specification.
+       o   The  capname  (Cap-name)  is the short name used in the text of the
+           database, and is used by a person updating the database.
 
-       The termcap code is the old termcap capability name (some  capabilities
-       are new, and have names which termcap did not originate).
+           Whenever possible, capnames are chosen to be the same as or similar
+           to  the  ANSI X3.64-1979 standard (now superseded by ECMA-48, which
+           uses identical or very similar names).  Semantics are also intended
+           to match those of the specification.
 
-       Capability  names have no hard length limit, but an informal limit of 5
-       characters has been adopted to keep them short and to allow the tabs in
-       the source file Caps to line up nicely.
+           Capability  names  have no hard length limit, but an informal limit
+           of 5 characters has been adopted to keep them short  and  to  allow
+           the tabs in the source file Caps to line up nicely.
 
-       Finally,  the description field attempts to convey the semantics of the
-       capability.  You may find some codes in the description field:
+       o   The   termcap   (Tcap)  code  is  the  old  capability  name  (some
+           capabilities  are  new,  and  have  names  which  termcap  did  not
+           originate).
+
+       o   Finally,  the description field attempts to convey the semantics of
+           the capability.
+
+       You may find some codes in the description field:
 
        (P)    indicates that padding may be specified
 
@@ -283,8 +287,6 @@
 
                   Variable            Cap-      TCap       Description
                   Booleans            name      Code
-
-
           auto_left_margin            bw        bw     cub1 wraps from
                                                        column 0 to last
                                                        column
@@ -348,9 +350,9 @@
                                                        f2=ctrl C)
           no_pad_char                 npc       NP     pad character does
                                                        not exist
+
           non_dest_scroll_region      ndscr     ND     scrolling region is
                                                        non-destructive
-
           non_rev_rmcup               nrrmc     NR     smcup does not
                                                        reverse rmcup
           over_strike                 os        os     terminal can
@@ -416,7 +418,6 @@
        with SVr4's printer support.
 
 
-
                   Variable            Cap-      TCap       Description
                    Numeric            name      Code
           bit_image_entwining         bitwin    Yo     number of passes for
@@ -482,7 +483,6 @@
           change_res_horz             chr       ZC     Change horizontal
                                                        resolution to #1
 
-
           change_res_vert             cvr       ZD     Change vertical
                                                        resolution to #1
           change_scroll_region        csr       cs     change region to
@@ -2677,7 +2677,8 @@
 
 
 

FILES

-       /usr/share/terminfo/?/*  files containing terminal descriptions
+       /usr/share/terminfo
+              compiled terminal description database directory
 
 
 

AUTHORS

@@ -2692,7 +2693,7 @@
 
 
 
-ncurses 6.4                       2023-10-07                       terminfo(5)
+ncurses 6.4                       2023-10-14                       terminfo(5)