X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Ftic.1m;h=343ec323140d7f841f96fd176d1e5bf05e2abc61;hp=08de74aa90498b8cb97859e9ac34ab2e0ea76447;hb=3511767aa77f332927de0c4a610f9fb37ea18101;hpb=55ccd2b959766810cf7db8d1c4462f338ce0afc8 diff --git a/man/tic.1m b/man/tic.1m index 08de74aa..343ec323 100644 --- a/man/tic.1m +++ b/man/tic.1m @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright (c) 1998-2004,2005 Free Software Foundation, Inc. * +.\" Copyright (c) 1998-2005,2006 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * .\" copy of this software and associated documentation files (the * @@ -26,8 +26,8 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: tic.1m,v 1.38 2005/04/30 19:39:28 tom Exp $ -.TH tic 1M "" +.\" $Id: tic.1m,v 1.44 2006/12/24 17:59:11 tom Exp $ +.TH @TIC@ 1M "" .ds n 5 .ds d @TERMINFO@ .SH NAME @@ -42,6 +42,7 @@ I\ L\ N\ T\ +U\ V\ a\ c\ @@ -91,7 +92,7 @@ Otherwise these are ignored. .TP \fB-C\fR Force source translation to termcap format. Note: this differs from the \fB-C\fR -option of \fIinfocmp\fR(1M) in that it does not merely translate capability +option of \fB@INFOCMP@\fR(1M) in that it does not merely translate capability names, but also translates terminfo strings to termcap format. Capabilities that are not translatable are left in the entry under their terminfo names but commented out with two preceding dots. @@ -176,20 +177,28 @@ descriptions are limited (e.g., 1023 for termcap, 4096 for terminfo). tells \fBtic\fP to discard commented-out capabilities. Normally when translating from terminfo to termcap, untranslatable capabilities are commented-out. +.TP 5 +\fB-U\fR +tells \fBtic\fP to not post-process the data after parsing the source file. +Normally, it infers data which is commonly missing in older terminfo data, +or in termcaps. .TP \fB-V\fR reports the version of ncurses which was used in this program, and exits. .TP \fB-v\fR\fIn\fR specifies that (verbose) output be written to standard error trace -information showing \fBtic\fR's progress. The optional integer -\fIn\fR is a number from 1 to 10, inclusive, indicating the desired -level of detail of information. If \fIn\fR is omitted, the default -level is 1. If \fIn\fR is specified and greater than 1, the level of +information showing \fBtic\fR's progress. +The optional parameter \fIn\fR is a number from 1 to 10, inclusive, +indicating the desired level of detail of information. +If \fIn\fR is omitted, the default level is 1. +If \fIn\fR is specified and greater than 1, the level of detail is increased. .TP \fB-w\fR\fIn\fR specifies the width of the output. +The parameter is optional. +If it is omitted, it defaults to 60. .TP \fB-x\fR Treat unknown capabilities as user-defined. @@ -231,7 +240,7 @@ If the debug level \fIn\fR is not given, it is taken to be one. .PP All but one of the capabilities recognized by \fBtic\fR are documented in \fBterminfo\fR(\*n). The exception is the \fBuse\fR capability. - +.PP When a \fBuse\fR=\fIentry\fR-\fIname\fR field is discovered in a terminal entry currently being compiled, \fBtic\fR reads in the binary from \fB\*d\fR to complete the entry. (Entries created from @@ -240,16 +249,16 @@ from \fB\*d\fR to complete the entry. (Entries created from \fB\*d\fR.) \fBtic\fR duplicates the capabilities in \fIentry\fR-\fIname\fR for the current entry, with the exception of those capabilities that explicitly are defined in the current entry. - +.PP When an entry, e.g., \fBentry_name_1\fR, contains a \fBuse=\fR\fIentry\fR_\fIname\fR_\fI2\fR field, any canceled capabilities in \fIentry\fR_\fIname\fR_\fI2\fR must also appear in \fBentry_name_1\fR before \fBuse=\fR for these capabilities to be canceled in \fBentry_name_1\fR. - +.PP If the environment variable \fBTERMINFO\fR is set, the compiled results are placed there instead of \fB\*d\fR. - +.PP Total compiled entries cannot exceed 4096 bytes. The name field cannot exceed 512 bytes. Terminal names exceeding the maximum alias length (32 characters on systems with long filenames, 14 characters otherwise) @@ -265,7 +274,7 @@ Unlike the stock SVr4 \fBtic\fR command, this implementation can actually compile termcap sources. In fact, entries in terminfo and termcap syntax can be mixed in a single source file. See \fBterminfo\fR(\*n) for the list of termcap names taken to be equivalent to terminfo names. - +.PP The SVr4 manual pages are not clear on the resolution rules for \fBuse\fR capabilities. This implementation of \fBtic\fR will find \fBuse\fR targets anywhere @@ -273,10 +282,10 @@ in the source file, or anywhere in the file tree rooted at \fBTERMINFO\fR (if \fBTERMINFO\fR is defined), or in the user's \fI$HOME/.terminfo\fR directory (if it exists), or (finally) anywhere in the system's file tree of compiled entries. - +.PP The error messages from this \fBtic\fR have the same format as GNU C error messages, and can be parsed by GNU Emacs's compile facility. - +.PP The \fB-C\fR, \fB-G\fR, @@ -297,7 +306,7 @@ The options are not supported under SVr4. The SVr4 \fB-c\fR mode does not report bad use links. - +.PP System V does not compile entries to or read entries from your \fI$HOME/.terminfo\fR directory unless TERMINFO is explicitly set to it. .SH FILES @@ -305,8 +314,15 @@ System V does not compile entries to or read entries from your \fB\*d/?/*\fR Compiled terminal description database. .SH SEE ALSO -\fB@INFOCMP@\fR(1M), \fB@CAPTOINFO@\fR(1M), \fB@INFOTOCAP@\fR(1M), -\fB@TOE@\fR(1M), \fBcurses\fR(3X), \fBterminfo\fR(\*n). +\fB@INFOCMP@\fR(1M), +\fB@CAPTOINFO@\fR(1M), +\fB@INFOTOCAP@\fR(1M), +\fB@TOE@\fR(1M), +\fBcurses\fR(3X), +\fBterminfo\fR(\*n). +.PP +This describes \fBncurses\fR +version @NCURSES_MAJOR@.@NCURSES_MINOR@ (patch @NCURSES_PATCH@). .\"# .\"# The following sets edit modes for GNU EMACS .\"# Local Variables: