[BACK]Return to infocmp.1tbl CVS log [TXT][DIR] Up to [local] / src / usr.bin / infocmp

Diff for /src/usr.bin/infocmp/Attic/infocmp.1tbl between version 1.3 and 1.4

version 1.3, 1999/03/11 21:08:07 version 1.4, 1999/06/27 08:17:46
Line 29 
Line 29 
 .\" authorization.                                                           *  .\" authorization.                                                           *
 .\"***************************************************************************  .\"***************************************************************************
 .\"  .\"
 .\" $From: infocmp.1m,v 1.20 1999/03/07 02:07:48 tom Exp $  .\" $From: infocmp.1m,v 1.21 1999/06/15 23:12:25 tom Exp $
 .TH infocmp 1 ""  .TH infocmp 1 ""
 .ds n 5  .ds n 5
 .ds d /usr/share/terminfo  .ds d /usr/share/terminfo
 .SH NAME  .SH NAME
 \fBinfocmp\fR - compare or print out \fIterminfo\fR descriptions  \fBinfocmp\fR - compare or print out \fIterminfo\fR descriptions
 .SH SYNOPSIS  .SH SYNOPSIS
 \fBinfocmp\fR [\fB-dcGgnpILCuV1\fR] [\fB-v\fR \fIn\fR] [\fB-s d\fR| \fBi\fR| \fBl\fR| \fBc\fR]  \fBinfocmp\fR [\fB-dceEGgnpILCuV1\fR] [\fB-v\fR \fIn\fR] [\fB-s d\fR| \fBi\fR| \fBl\fR| \fBc\fR]
 .br  .br
       [\fB-w\fR \fIwidth\fR] [\fB-A\fR \fIdirectory\fR] [\fB-B\fR \fIdirectory\fR] [\fItermname\fR...]        [\fB-w\fR\ \fIwidth\fR] [\fB-A\fR\ \fIdirectory\fR] [\fB-B\fR\ \fIdirectory\fR]
   .br
         [\fItermname\fR...]
 .SH DESCRIPTION  .SH DESCRIPTION
 \fBinfocmp\fR can be used to compare a binary \fBterminfo\fR entry with other  \fBinfocmp\fR can be used to compare a binary \fBterminfo\fR entry with other
 terminfo entries, rewrite a \fBterminfo\fR description to take advantage of the  terminfo entries, rewrite a \fBterminfo\fR description to take advantage of the
Line 241 
Line 243 
 TERMTYPE structure (the terminal capability structure in the \fB<term.h>\fR).  TERMTYPE structure (the terminal capability structure in the \fB<term.h>\fR).
 This option is useful for preparing versions of the curses library hardwired  This option is useful for preparing versions of the curses library hardwired
 for a given terminal type.  for a given terminal type.
   .TP 5
   \fB-E\fR
   Dump the capabilities of the given terminal as tables, needed in
   the C initializer for a
   TERMTYPE structure (the terminal capability structure in the \fB<term.h>\fR).
   This option is useful for preparing versions of the curses library hardwired
   for a given terminal type.
   The tables are all declared static, and are named according to the type
   and the name of the corresponding terminal entry.
   .sp
   Before ncurses 5.0, the split between the \fB\-e\fP and \fB\-E\fP
   options was not needed; but support for extended names required making
   the arrays of terminal capabilities separate from the TERMTYPE structure.
 .TP  .TP
 \fB-f\fR  \fB-f\fR
 Display complex terminfo strings which contain if/then/else/endif expressions  Display complex terminfo strings which contain if/then/else/endif expressions
Line 318 
Line 333 
 ..  ..
 .SH EXTENSIONS  .SH EXTENSIONS
 The  The
   \fB-E\fR,
 \fB-F\fR,  \fB-F\fR,
 \fB-G\fR,  \fB-G\fR,
 \fB-R\fR,  \fB-R\fR,

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4