X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Ftic.1m.html;h=57ad1e665b0a3fca63b97b0942980cd907f21bd4;hp=83c220a4575e2963bb214813c3b94bb7d6f07a1c;hb=fe43d506ce08d1deef9e9e5a6d5fd4f9c9c32e1d;hpb=b793748293cd1a764b1a858455399ad899b5a8a1 diff --git a/doc/html/man/tic.1m.html b/doc/html/man/tic.1m.html index 83c220a4..57ad1e66 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 20170520).
+       This describes ncurses version 6.1 (patch 20190623).
 
 
 

AUTHOR