X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Ftic.1m.html;h=9b0b62122e9b66ce4ca684142baad532e9d8a13f;hp=65eb2b35eb2aecd5823900196dba834def9d10c9;hb=8f6d94b8d6211a2323caef53fa4c96c475ec9a62;hpb=2560bc3dae7f4919060c02c91a593566c908091c diff --git a/doc/html/man/tic.1m.html b/doc/html/man/tic.1m.html index 65eb2b35..9b0b6212 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 20170603).
+       This describes ncurses version 6.1 (patch 20190518).
 
 
 

AUTHOR