X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fterminfo.5.html;h=0e5deb267a7aaf00ffee73879a5be8d0596414a0;hp=6487df0a81d9ebd9a379d0c152c199ad5ab4476d;hb=HEAD;hpb=75a9c36c205ebefe07580acd0b1053a2abbd44b9 diff --git a/doc/html/man/terminfo.5.html b/doc/html/man/terminfo.5.html index 6487df0a..92c722ef 100644 --- a/doc/html/man/terminfo.5.html +++ b/doc/html/man/terminfo.5.html @@ -32,19 +32,19 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: terminfo.head,v 1.63 2024/01/13 23:07:27 tom Exp @ + * @Id: terminfo.head,v 1.66 2024/05/11 20:39:53 tom Exp @ --> -terminfo 5 2024-01-13 ncurses 6.4 File formats +terminfo 5 2024-05-11 ncurses 6.5 File formats -

terminfo 5 2024-01-13 ncurses 6.4 File formats

+

terminfo 5 2024-05-11 ncurses 6.5 File formats

 terminfo(5)                      File formats                      terminfo(5)
 
@@ -71,7 +71,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 20240413).
+       This document describes ncurses version 6.5 (patch 20240518).
 
 
 

terminfo Entry Syntax

@@ -225,8 +225,8 @@
            codes exceed this limit regardless.)
 
        o   The  TC  (termcap)  code  is  that used by the corresponding API of
-           ncurses.  (Some capabilities are new, and have names that BSD term-
-           cap did not originate.)
+           ncurses.  (Some capabilities are  new,  and  have  names  that  BSD
+           termcap did not originate.)
 
        o   The   description   field   attempts  to  convey  the  capability's
            semantics.
@@ -723,8 +723,8 @@
        clear_margins              mgc       MC  clear right and left soft
                                                 margins
        set_left_margin            smgl      ML  set left soft margin at
-                                                current column.  (ML is not in
-                                                BSD termcap).
+                                                current column (not in BSD
+                                                termcap)
        set_right_margin           smgr      MR  set right soft margin at
                                                 current column
        label_format               fln       Lf  label format
@@ -1585,7 +1585,7 @@
        screen, write something to the bottom line, move the cursor to the  top
        of  the region, and do ri followed by dl1 or ind.  If the data scrolled
        off the bottom of the region by the ri re-appears,  then  scrolling  is
-       non-destructive.   System  V  and XSI Curses expect that ind, ri, indn,
+       non-destructive.  System V and X/Open Curses expect that ind, ri, indn,
        and  rin  will  simulate  destructive  scrolling;  their  documentation
        cautions  you  not  to  define  csr  unless  this is true.  This curses
        implementation is more  liberal  and  will  do  explicit  erases  after
@@ -1605,7 +1605,7 @@
 
 

Insert/Delete Character

        There are two basic kinds of  intelligent  terminals  with  respect  to
-       insert/delete  character  which  can  be described using terminfo.  The
+       insert/delete  character  which  can  be described using terminfo.  The
        most  common  insert/delete  character  operations  affect   only   the
        characters  on the current line and shift characters off the end of the
        line rigidly.  Other terminals, such as the Concept 100 and the  Perkin
@@ -1672,9 +1672,9 @@
        works.
 
        Finally,  you  can  specify dch1 to delete a single character, dch with
-       one parameter, n, to delete n characters, and  delete  mode  by  giving
-       smdc  and  rmdc  to  enter  and exit delete mode (any mode the terminal
-       needs to be placed in for dch1 to work).
+       one parameter, n, to delete ncharacters, and delete mode by giving smdc
+       and  rmdc to enter and exit delete mode (any mode the terminal needs to
+       be placed in for dch1 to work).
 
        A command to erase n characters  (equivalent  to  outputting  n  blanks
        without moving the cursor) can be given as ech with one parameter.
@@ -2426,8 +2426,8 @@
        the Insert/Delete Character subsection above.
 
        The parameter substitutions for set_clock  and  display_clock  are  not
-       documented  in  SVr4 or the XSI Curses standard.  They are deduced from
-       the documentation for the AT&T 505 terminal.
+       documented  in  SVr4  or  X/Open  Curses.   They  are  deduced from the
+       documentation for the AT&T 505 terminal.
 
        Be careful assigning the kmous capability.  The ncurses  library  wants
        to  interpret  it as KEY_MOUSE, for use by terminals and emulators like
@@ -2442,9 +2442,9 @@
        specified, even if it is zero.
 
        Different commercial ports of terminfo  and  curses  support  different
-       subsets  of  XSI Curses and (in some cases) different extensions.  Here
-       is a summary, accurate as of October 1995, after which  the  commercial
-       Unix market contracted and lost diversity.
+       subsets  of  X/Open  Curses  and  (in some cases) different extensions.
+       Here is a summary,  accurate  as  of  October  1995,  after  which  the
+       commercial Unix market contracted and lost diversity.
 
        o   SVr4, Solaris, and ncurses support all SVr4 capabilities.
 
@@ -2471,7 +2471,7 @@
        between  commercial  Unix  systems.   At  least  two implementations of
        terminfo (those of HP-UX and AIX) diverged from those of other System V
        Unices  after  SVr1,  adding extension capabilities to the string table
-       that (in the binary format) collide with subsequent System  V  and  XSI
+       that (in the binary format) collide with subsequent System V and X/Open
        Curses extensions.
 
 
@@ -2487,7 +2487,7 @@
 
 
 
-ncurses 6.4                       2024-01-13                       terminfo(5)
+ncurses 6.5                       2024-05-11                       terminfo(5)