X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Ftic.1m.html;h=56b1b99347cd3b09b9bac8943f3de3c1959a7476;hp=3329413fcbb2f2997787604deb3919311bf8495c;hb=51a395aaa20e4aa687310bb8cb1616ccf8e8fd0d;hpb=ed646e3f683083e787c6ba773364401dc9fa9d40 diff --git a/doc/html/man/tic.1m.html b/doc/html/man/tic.1m.html index 3329413f..56b1b993 100644 --- a/doc/html/man/tic.1m.html +++ b/doc/html/man/tic.1m.html @@ -1,6 +1,6 @@ - + tic 1m - + @@ -140,7 +140,7 @@ the end of the string will not convert completely. -c tells tic to only check file for errors, including syntax prob- - lems and bad use links. If you specify -C (-I) with this + lems and bad use-links. If you specify -C (-I) with this option, the code will print warnings about entries which, after use resolution, are more than 1023 (4096) bytes long. Due to a fixed buffer length in older termcap libraries, as well as buggy @@ -278,14 +278,18 @@ -W By itself, the -w option will not force long strings to be wrapped. Use the -W option to do this. + If you specify both -f and -W options, the latter is ignored when + -f has already split the line. + -wn specifies the width of the output. The parameter is optional. If it is omitted, it defaults to 60. - -x Treat unknown capabilities as user-defined. That is, if you sup- - ply a capability name which tic does not recognize, it will infer - its type (boolean, number or string) from the syntax and make an - extended table entry for that. User-defined capability strings - whose name begins with "k" are treated as function keys. + -x Treat unknown capabilities as user-defined (see user_caps(5)). + That is, if you supply a capability name which tic does not recog- + nize, it will infer its type (boolean, number or string) from the + syntax and make an extended table entry for that. User-defined + capability strings whose name begins with "k" are treated as func- + tion keys.

PARAMETERS

@@ -359,9 +363,9 @@
 
 

SEE ALSO

        infocmp(1m),   captoinfo(1m),   infotocap(1m),   toe(1m),   curses(3x),
-       term(5).  terminfo(5).
+       term(5).  terminfo(5).  user_caps(5).
 
-       This describes ncurses version 6.0 (patch 20170506).
+       This describes ncurses version 6.1 (patch 20190615).
 
 
 

AUTHOR