X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Finfocmp.1m.html;h=eaea4380fb04ef4fb6466f3b5b0dd784088a72c8;hp=099b3ef069e053bf54f7370a765c55e8b6edb859;hb=ca276baf720e3a44721b9e18955d3f546955c6c8;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01 diff --git a/doc/html/man/infocmp.1m.html b/doc/html/man/infocmp.1m.html index 099b3ef0..eaea4380 100644 --- a/doc/html/man/infocmp.1m.html +++ b/doc/html/man/infocmp.1m.html @@ -2,7 +2,7 @@ @@ -41,6 +41,10 @@
 
+infocmp(1m)                                                 infocmp(1m)
+
+
+
 
 

NAME

@@ -49,7 +53,7 @@
 
 

SYNOPSIS

-       infocmp [-1CEFGILTVcdegilnpqrtu]
+       infocmp [-1CEFGILTUVcdegilnpqrtux]
              [-v n] [-s d| i| l| c] [-R subset]
              [-w width] [-A directory] [-B directory]
              [termname...]
@@ -100,7 +104,6 @@
        for each terminal named.
 
       -I   use the terminfo names
-
       -L   use the long C variable name listed in <term.h>
       -C   use the termcap names
       -r   when using -C, put out all capabilities in termcap form
@@ -154,8 +157,8 @@
        The  -u  option  produces a terminfo source description of
        the first terminal termname which is relative to  the  sum
        of  the  descriptions  given  by the entries for the other
-       terminals  termnames.   It  does  this  by  analyzing  the
-       differences  between  the  first  termname  and  the other
+       terminals termnames.  It does this by analyzing  the  dif-
+       ferences   between   the  first  termname  and  the  other
        termnames and producing a description with use= fields for
        the  other  terminals.   In this manner, it is possible to
        retrofit  generic  terminfo  entries  into  a   terminal's
@@ -275,7 +278,7 @@
             the capability string with sections  matching  recog-
             nized  actions  translated into {}-bracketed descrip-
             tions.  Here  is  a  list  of  the  DEC/ANSI  special
-            sequences recognized:
+            sequences recognized: i.
 
                   Action        Meaning
                   -----------------------------------------
@@ -284,21 +287,30 @@
                   RC            restore cursor
                   LL            home-down
                   RSR           reset scroll region
-
+                  -----------------------------------------
+                  DECSTR        soft reset (VT320)
+                  S7C1T         7-bit controls (VT220)
+                  -----------------------------------------
                   ISO DEC G0    enable DEC graphics for G0
                   ISO UK G0     enable UK chars for G0
                   ISO US G0     enable US chars for G0
                   ISO DEC G1    enable DEC graphics for G1
                   ISO UK G1     enable UK chars for G1
                   ISO US G1     enable US chars for G1
-
+                  -----------------------------------------
                   DECPAM        application keypad mode
                   DECPNM        normal keypad mode
                   DECANSI       enter ANSI mode
-
+                  -----------------------------------------
+                  ECMA[+-]AM    keyboard action mode
+                  ECMA[+-]IRM   insert replace mode
+                  ECMA[+-]SRM   send receive mode
+                  ECMA[+-]LNM   linefeed mode
+                  -----------------------------------------
                   DEC[+-]CKM    application cursor keys
                   DEC[+-]ANM    set VT52 mode
                   DEC[+-]COLM   132-column mode
+
                   DEC[+-]SCLM   smooth scroll
                   DEC[+-]SCNM   reverse video mode
                   DEC[+-]OM     origin mode
@@ -311,10 +323,10 @@
             All but NORMAL may be prefixed with `+' (turn on)  or
             `-' (turn off).
 
-            An   SGR0  designates  an  empty  highlight  sequence
-            (equivalent to {SGR:NORMAL}).
-       -
-       l    Set output format to terminfo.
+       An SGR0 designates an empty highlight sequence (equivalent
+       to {SGR:NORMAL}).
+
+       -l   Set output format to terminfo.
 
        -p   Ignore padding specifications when comparing strings.
 
@@ -363,6 +375,12 @@
             Normally  when  translating from terminfo to termcap,
             untranslatable capabilities are commented-out.
 
+       -U   tells infocmp to  not  post-process  the  data  after
+            parsing  the  source  file.   This feature helps when
+            comparing the actual contents of  two  source  files,
+            since  it  excludes the inferences that infocmp makes
+            to fill in missing data.
+
        -V   reports the version of ncurses which was used in this
             program, and exits.
 
@@ -373,6 +391,10 @@
        -w width
             changes the output to width characters.
 
+       -x   print   information  for  user-defined  capabilities.
+            These are extensions to the terminfo repertoire which
+            can be loaded using the -x option of tic.
+
 
 

FILES

@@ -387,56 +409,31 @@
 
        The -r option's notion of `termcap' capabilities is System
        V Release 4's.  Actual BSD curses  versions  will  have  a
-       more  restricted  set.  To see only the 4.4BSD set, use -r
-       -RBSD.
+       more  restricted  set.  To see only the 4.4BSD set, use -r
+       -RBSD.
 
 
 

BUGS

-       The -F option of infocmp(1m) should be a toe(1m) mode.
+       The -F option of infocmp(1m) should be a toe(1m) mode.
 
 
 

SEE ALSO

-       infocmp(1m),   captoinfo(1m),   infotocap(1m),    tic(1m),
-       toe(1m), curses(3x), terminfo(5).
+       captoinfo(1m),    infotocap(1m),     tic(1m),     toe(1m),
+       curses(3x), terminfo(5).
+
+       This describes ncurses version 5.6 (patch 20080621).
 
 
 

AUTHOR

        Eric S. Raymond <esr@snark.thyrsus.com> and
-       Thomas E. Dickey <dickey@herndon4.his.com>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+       Thomas E. Dickey <dickey@invisible-island.net>
 
 
 
+                                                            infocmp(1m)