Differences between version 2 and revision by previous author of terminfo(5).
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Monday, October 6, 2003 10:27:21 pm | by StuartYeates | Revert |
Older page: | version 1 | Last edited on Tuesday, June 4, 2002 12:30:41 am | by perry | Revert |
@@ -743,9 +743,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 +1424,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 +1459,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.
----