X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Finfocmp.1m.html;h=32a24bdfcb815a119a0df9fb89f4567645a9a520;hp=62abab9552a32543db0c74f59cf14465f7ad4a42;hb=5dbe81a41e3c75806996cd762b9e55dcc9edb835;hpb=a0b91dc27f0c411e343161b0a4b5459d15a43f85 diff --git a/doc/html/man/infocmp.1m.html b/doc/html/man/infocmp.1m.html index 62abab95..32a24bdf 100644 --- a/doc/html/man/infocmp.1m.html +++ b/doc/html/man/infocmp.1m.html @@ -46,21 +46,18 @@ - -

NAME

+

NAME

        infocmp - compare or print out terminfo descriptions
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        infocmp [-1CDEFGIKLTUVcdegilnpqrtux]
              [-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.
 
@@ -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
@@ -245,8 +238,7 @@
        ated by different people.
 
 
-
-

Other Options

+

Other Options

        -0   causes the fields to be printed on one line,  without
             wrapping.
 
@@ -457,14 +449,12 @@
             can be loaded using the -x option of tic.
 
 
-
-

FILES

+

FILES

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

EXTENSIONS

+

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.
@@ -475,23 +465,20 @@
        -RBSD.
 
 
-
-

BUGS

+

BUGS

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

SEE ALSO

+

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 20151024).
+       This describes ncurses version 6.0 (patch 20160514).
 
 
-
-

AUTHOR

+

AUTHOR

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