Deleted Added
full compact
Caps.uwin (97049) Caps.uwin (166124)
1##############################################################################
1##############################################################################
2# Copyright (c) 2001 Free Software Foundation, Inc. #
2# Copyright (c) 2001-2002,2006 Free Software Foundation, Inc. #
3# #
4# Permission is hereby granted, free of charge, to any person obtaining a #
5# copy of this software and associated documentation files (the "Software"), #
6# to deal in the Software without restriction, including without limitation #
7# the rights to use, copy, modify, merge, publish, distribute, distribute #
8# with modifications, sublicense, and/or sell copies of the Software, and to #
9# permit persons to whom the Software is furnished to do so, subject to the #
10# following conditions: #

--- 12 unchanged lines hidden (view full) ---

23# Except as contained in this notice, the name(s) of the above copyright #
24# holders shall not be used in advertising or otherwise to promote the sale, #
25# use or other dealings in this Software without prior written #
26# authorization. #
27##############################################################################
28#
29# Author: Thomas Dickey
30#
3# #
4# Permission is hereby granted, free of charge, to any person obtaining a #
5# copy of this software and associated documentation files (the "Software"), #
6# to deal in the Software without restriction, including without limitation #
7# the rights to use, copy, modify, merge, publish, distribute, distribute #
8# with modifications, sublicense, and/or sell copies of the Software, and to #
9# permit persons to whom the Software is furnished to do so, subject to the #
10# following conditions: #

--- 12 unchanged lines hidden (view full) ---

23# Except as contained in this notice, the name(s) of the above copyright #
24# holders shall not be used in advertising or otherwise to promote the sale, #
25# use or other dealings in this Software without prior written #
26# authorization. #
27##############################################################################
28#
29# Author: Thomas Dickey
30#
31# $Id: Caps.uwin,v 1.2 2002/04/20 15:44:04 tom Exp $
31# $Id: Caps.uwin,v 1.4 2006/05/27 15:33:04 tom Exp $
32#
33# This is an adaptation of ncurses' termcap/terminfo capability table, which
34# is designed to align with U/Win's terminfo.
35#
36# This table is used to generate initializers for tables that drive tic,
37# infocmp, and the library compilation code used to support the termcap
38# compatibility hack. It is also used to generate the tabular portion of the
39# terminfo(5) man page; lines beginning with `#%' are passed through to become

--- 182 unchanged lines hidden (view full) ---

222insert_null_glitch in bool in - - YBCGE insert mode distinguishes nulls
223memory_above da bool da - - YBCG- display may be retained above the screen
224memory_below db bool db - - YB-GE display may be retained below the screen
225move_insert_mode mir bool mi - - YBCGE safe to move while in insert mode
226move_standout_mode msgr bool ms - - YBCGE safe to move while in standout mode
227over_strike os bool os - - YBCG- terminal can overstrike
228status_line_esc_ok eslok bool es - - YB-G- escape can be used on the status line
229dest_tabs_magic_smso xt bool xt - - YBCGE tabs destructive, magic so char (t1061)
32#
33# This is an adaptation of ncurses' termcap/terminfo capability table, which
34# is designed to align with U/Win's terminfo.
35#
36# This table is used to generate initializers for tables that drive tic,
37# infocmp, and the library compilation code used to support the termcap
38# compatibility hack. It is also used to generate the tabular portion of the
39# terminfo(5) man page; lines beginning with `#%' are passed through to become

--- 182 unchanged lines hidden (view full) ---

222insert_null_glitch in bool in - - YBCGE insert mode distinguishes nulls
223memory_above da bool da - - YBCG- display may be retained above the screen
224memory_below db bool db - - YB-GE display may be retained below the screen
225move_insert_mode mir bool mi - - YBCGE safe to move while in insert mode
226move_standout_mode msgr bool ms - - YBCGE safe to move while in standout mode
227over_strike os bool os - - YBCG- terminal can overstrike
228status_line_esc_ok eslok bool es - - YB-G- escape can be used on the status line
229dest_tabs_magic_smso xt bool xt - - YBCGE tabs destructive, magic so char (t1061)
230tilde_glitch hz bool hz - - YB-GE can't print ~'s (hazeltine)
230tilde_glitch hz bool hz - - YB-GE cannot print ~'s (hazeltine)
231transparent_underline ul bool ul - - YBCGE underline character overstrikes
232xon_xoff xon bool xo - - YB--- terminal uses xon/xoff handshaking
231transparent_underline ul bool ul - - YBCGE underline character overstrikes
232xon_xoff xon bool xo - - YB--- terminal uses xon/xoff handshaking
233needs_xon_xoff nxon bool nx - - ----- padding won't work, xon/xoff required
234prtr_silent mc5i bool 5i - - ----- printer won't echo on screen
233needs_xon_xoff nxon bool nx - - ----- padding will not work, xon/xoff required
234prtr_silent mc5i bool 5i - - ----- printer will not echo on screen
235hard_cursor chts bool HC - - ----- cursor is hard to see
236non_rev_rmcup nrrmc bool NR - - ----- smcup does not reverse rmcup
237no_pad_char npc bool NP - - ----- pad character does not exist
238non_dest_scroll_region ndscr bool ND - - ----- scrolling region is non-destructive
239back_color_erase bce bool ut - - ----- screen erased with background color
240can_change ccc bool cc - - ----- terminal can re-define existing colors
241hue_lightness_saturation hls bool hl - - ----- terminal uses only HLS color notation (Tektronix)
242#%.TE

--- 21 unchanged lines hidden (view full) ---

264label_height lh num lh - - ----- rows in each label
265label_width lw num lw - - ----- columns in each label
266buttons btns num BT - - ----- number of buttons on mouse
267#max_attributes ma num ma - - YBC-- maximum combined attributes terminal can handle
268#maximum_windows wnum num MW - - ----- maximum number of defineable windows
269# These came in with SVr4's color support
270max_colors colors num Co - - ----- maximum number of colors on screen
271max_pairs pairs num pa - - ----- maximum number of color-pairs on the screen
235hard_cursor chts bool HC - - ----- cursor is hard to see
236non_rev_rmcup nrrmc bool NR - - ----- smcup does not reverse rmcup
237no_pad_char npc bool NP - - ----- pad character does not exist
238non_dest_scroll_region ndscr bool ND - - ----- scrolling region is non-destructive
239back_color_erase bce bool ut - - ----- screen erased with background color
240can_change ccc bool cc - - ----- terminal can re-define existing colors
241hue_lightness_saturation hls bool hl - - ----- terminal uses only HLS color notation (Tektronix)
242#%.TE

--- 21 unchanged lines hidden (view full) ---

264label_height lh num lh - - ----- rows in each label
265label_width lw num lw - - ----- columns in each label
266buttons btns num BT - - ----- number of buttons on mouse
267#max_attributes ma num ma - - YBC-- maximum combined attributes terminal can handle
268#maximum_windows wnum num MW - - ----- maximum number of defineable windows
269# These came in with SVr4's color support
270max_colors colors num Co - - ----- maximum number of colors on screen
271max_pairs pairs num pa - - ----- maximum number of color-pairs on the screen
272no_color_video ncv num NC - - ----- video attributes that can't be used with colors
272no_color_video ncv num NC - - ----- video attributes that cannot be used with colors
273#%.TE
274#%.ad
275#%
276#%The following numeric capabilities are present in the SVr4.0 term structure,
277#%but are not yet documented in the man page. They came in with SVr4's
278#%printer support.
279#%
280#%.na

--- 507 unchanged lines hidden (view full) ---

788#
789# HP extensions
790#
791# These extensions follow ptr_non (replacing everything after it) in HP
792# terminfo files. Except for memory_lock and memory_unlock, they are
793# functionally identical to SVr4 extensions, but they make the binary format
794# different. Grrr....
795#
273#%.TE
274#%.ad
275#%
276#%The following numeric capabilities are present in the SVr4.0 term structure,
277#%but are not yet documented in the man page. They came in with SVr4's
278#%printer support.
279#%
280#%.na

--- 507 unchanged lines hidden (view full) ---

788#
789# HP extensions
790#
791# These extensions follow ptr_non (replacing everything after it) in HP
792# terminfo files. Except for memory_lock and memory_unlock, they are
793# functionally identical to SVr4 extensions, but they make the binary format
794# different. Grrr....
795#
796memory_lock meml str ml - - ----K memory lock above
797memory_unlock memu str mu - - ----K memory unlock
796memory_lock meml str ml - - ----K lock memory above cursor
797memory_unlock memu str mu - - ----K unlock memory
798#plab_norm pln str pn - - ----- program label #1 to show string #2
799#label_on smln str LO - - ----- turn on soft labels
800#label_off rmln str LF - - ----- turn off soft labels
801#key_f11 kf11 str F1 - - ----- F11 function key
802#key_f12 kf12 str F2 - - ----- F12 function key
803#key_f13 kf13 str F3 - - ----- F13 function key
804#key_f14 kf14 str F4 - - ----- F14 function key
805#key_f15 kf15 str F5 - - ----- F15 function key

--- 285 unchanged lines hidden ---
798#plab_norm pln str pn - - ----- program label #1 to show string #2
799#label_on smln str LO - - ----- turn on soft labels
800#label_off rmln str LF - - ----- turn off soft labels
801#key_f11 kf11 str F1 - - ----- F11 function key
802#key_f12 kf12 str F2 - - ----- F12 function key
803#key_f13 kf13 str F3 - - ----- F13 function key
804#key_f14 kf14 str F4 - - ----- F14 function key
805#key_f15 kf15 str F5 - - ----- F15 function key

--- 285 unchanged lines hidden ---