X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Finfocmp.1m.html;h=5e24270058bd4a1756ca7a7049b39403645cdc5a;hp=51ad1cae2dce6b669c66d36f03a6609cd171c9fc;hb=62ca6190a9a8ddccb2c4d5ca7b2ef9f88432da65;hpb=b9a2bd87a73d976d1c916815e2d370bf1090d1b2;ds=sidebyside diff --git a/doc/html/man/infocmp.1m.html b/doc/html/man/infocmp.1m.html index 51ad1cae..5e242700 100644 --- a/doc/html/man/infocmp.1m.html +++ b/doc/html/man/infocmp.1m.html @@ -1,7 +1,7 @@ @@ -46,21 +46,18 @@ - -

NAME

+

NAME

        infocmp - compare or print out terminfo descriptions
 
 
-
-

SYNOPSIS

-       infocmp [-1CDEFGIKLTUVcdegilnpqrtux]
+

SYNOPSIS

+       infocmp [-1CDEFGIKLTUVWcdegilnpqrtux]
              [-v n] [-s d| i| l| c] [-Q n] [-R subset]
              [-w width] [-A directory] [-B directory]
              [termname...]
 
 
-
-

DESCRIPTION

+

DESCRIPTION

        infocmp  can  be  used  to compare a binary terminfo entry
        with other terminfo entries, rewrite a  terminfo  descrip-
        tion  to  take  advantage  of  the use= terminfo field, or
@@ -70,15 +67,13 @@
        fields, followed by the string fields.
 
 
-
-

Default Options

+

Default Options

        If  no options are specified and zero or one termnames are
        specified, the -I option will be assumed.   If  more  than
        one termname is specified, the -d option will be assumed.
 
 
-
-

Comparison Options [-d] [-c] [-n]

+

Comparison Options [-d] [-c] [-n]

        infocmp  compares  the  terminfo  description of the first
        terminal termname with each of the descriptions  given  by
        the  entries  for  the  other  terminal's termnames.  If a
@@ -104,8 +99,7 @@
        anything was left out of a description.
 
 
-
-

Source Listing Options [-I] [-L] [-C] [-r]

+

Source Listing Options [-I] [-L] [-C] [-r]

        The  -I,  -L, and -C options will produce a source listing
        for each terminal named.
 
@@ -127,7 +121,7 @@
 
        For best results when converting to  termcap  format,  you
        should use both -C and -r.  Normally a termcap description
-       is limited to 1023 bytes.  infocmp trims away less  essen-
+       is limited to 1023 bytes.  infocmp trims away less  essen-
        tial  parts  to make it fit.  If you are converting to one
        of the (rare)  termcap  implementations  which  accept  an
        unlimited  size  of  termcap,  you  may want to add the -T
@@ -175,8 +169,7 @@
      %p2 is printed before %p1   %r        hp
 
 
-
-

Use= Option [-u]

+

Use= Option [-u]

        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
@@ -223,7 +216,7 @@
        needed.
 
    Changing Databases [-A directory] [-B directory]
-       Like other ncurses utilities, infocmp looks for the termi-
+       Like other ncurses utilities, infocmp looks for the termi-
        nal descriptions in several places.  You can use the  TER-
        MINFO  and TERMINFO_DIRS environment variables to override
        the compiled-in default list  of  places  to  search  (see
@@ -245,8 +238,7 @@
        ated by different people.
 
 
-
-

Other Options

+

Other Options

        -0   causes the fields to be printed on one line,  without
             wrapping.
 
@@ -449,49 +441,47 @@
             the  program runs.  Higher values of n induce greater
             verbosity.
 
+       -W   By itself, the -w option will not force long  strings
+            to be wrapped.  Use the -W option to do this.
+
        -w width
             changes the output to width characters.
 
-       -x   print  information  for  user-defined   capabilities.
+       -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

+

FILES

        /usr/share/terminfo Compiled  terminal  description  data-
                            base.
 
 
-
-

EXTENSIONS

-       The  -0,  -1,  -E, -F, -G, -R, -T, -V, -a, -e, -f, -g, -i,
-       -l, -p, -q and  -t  options  are  not  supported  in  SVr4
+

EXTENSIONS

+       The -0, -1, -E, -F, -G, -R, -T, -V, -a, -e,  -f,  -g,  -i,
+       -l,  -p,  -q  and  -t  options  are  not supported in SVr4
        curses.
 
        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
+       V  Release  4's.   Actual  BSD curses versions will have a
+       more restricted set.  To see only the 4.4BSD set,  use  -r
        -RBSD.
 
 
-
-

BUGS

+

BUGS

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

SEE ALSO

-       captoinfo(1m),    infotocap(1m),     tic(1m),     toe(1m),
+

SEE ALSO

+       captoinfo(1m),     infotocap(1m),     tic(1m),    toe(1m),
        curses(3x), terminfo(5).
 
        http://invisible-island.net/ncurses/tctest.html
 
-       This describes ncurses version 6.0 (patch 20150919).
+       This describes ncurses version 6.0 (patch 20161224).
 
 
-
-

AUTHOR

+

AUTHOR

        Eric S. Raymond <esr@snark.thyrsus.com> and
        Thomas E. Dickey <dickey@invisible-island.net>