Penguin

Differences between current version and predecessor to the previous major change of terminfo(5).

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 3 Last edited on Tuesday, October 7, 2003 7:21:46 pm by CraigBox
Older page: version 1 Last edited on Tuesday, June 4, 2002 12:30:41 am by perry Revert
@@ -1,28 +1,19 @@
-TERMINFO  
-!!!TERMINFO  
-NAME  
-SYNOPSIS  
-DESCRIPTION  
-EXTENSIONS  
-FILES  
-SEE ALSO  
-AUTHORS  
-----  
+Man, is this one going to be a bitch to clean up.  
+ 
 !!NAME 
-  
  
 terminfo - terminal capability data base 
+  
 !!SYNOPSIS 
-  
  
 /usr/share/terminfo/*/* 
-!!DESCRIPTION  
  
+!!DESCRIPTION  
  
 ''Terminfo'' is a data base describing terminals, used by 
 screen-oriented programs such as nvi(1), 
-rogue(1) and libraries such as __curses__(3X). 
+[Rogue] and libraries such as __curses__(3X). 
 ''Terminfo'' describes terminals by giving a set of 
 capabilities which they have, by specifying how to perform 
 screen operations, and by specifying padding requirements 
 and initialization sequences. 
@@ -743,9 +734,9 @@
 for which corresponding separate attribute commands 
 exist. 
  
  
-For example, the DEC vt220 supports most of the 
+For example, the [ DEC] vt220 supports most of the 
 modes: 
  
  
 We begin each escape sequence by turning off any existing modes, since there is no quick way to determine whether they are active. Standout is set up to be the combination of reverse and bold. The vt220 terminal has a protect mode, though it is not commonly used in sgr because it protects characters on the screen from the host's erasures. The altcharset mode also is different in that it is either ^O or ^N, depending on whether it is off or on. If all modes are turned on, the resulting sequence is E[[0;1;4;5;7;8m^N. 
@@ -1424,32 +1415,32 @@
 __SVR4, Solaris, ncurses__ -- These support all SVr4 
 capabilities. 
  
  
-__SGI__ -- Supports the SVr4 set, adds one undocumented 
+__[ SGI] __ -- Supports the SVr4 set, adds one undocumented 
 extended string capability (__set_pglen__). 
  
  
-__SVr1, Ultrix__ -- These support a restricted subset of 
+__SVr1, [ Ultrix] __ -- These support a restricted subset of 
 terminfo capabilities. The booleans end with 
 __xon_xoff__; the numerics with __width_status_line__; 
 and the strings with __prtr_non__. 
  
  
-__HP/UX__ -- Supports the SVr1 subset, plus the SVr[[234] 
+__[ HP] /UX__ -- Supports the SVr1 subset, plus the SVr[[234] 
 numerics __num_labels__, __label_height__, 
 __label_width__, plus function keys 11 through 63, plus 
 __plab_norm__, __label_on__, and __label_off__, 
 plus some incompatible extensions in the string 
 table. 
  
  
-__AIX__ -- Supports the SVr1 subset, plus function keys 
+__[ AIX] __ -- Supports the SVr1 subset, plus function keys 
 11 through 63, plus a number of incompatible string table 
 extensions. 
  
  
-__OSF__ -- Supports both the SVr4 set and the AIX 
+__OSF__ -- Supports both the SVr4 set and the [ AIX]  
 extensions. 
 !!FILES 
  
  
@@ -1459,12 +1450,12 @@
 files containing terminal descriptions 
 !!SEE ALSO 
  
  
-__tic__(1M), __curses__(3X), __printf__ (3S ), 
+__tic__(1M), __curses__(3X), __[ printf(3 )]__
 term(5). 
 !!AUTHORS 
  
  
 Zeyd M. Ben-Halim, Eric S. Raymond, Thomas E. Dickey. Based 
 on pcurses by Pavel Curtis. 
 ---- 
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.