Deleted Added
full compact
Caps.keys (97049) Caps.keys (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: #

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

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# and: Ilya Zakharevich
31#
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: #

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

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# and: Ilya Zakharevich
31#
32# $Id: Caps.keys,v 1.2 2002/04/20 15:43:49 tom Exp $
32# $Id: Caps.keys,v 1.3 2006/05/27 15:33:04 tom Exp $
33#
34# This is an adaptation of ncurses' termcap/terminfo capability table, which
35# is illustrates an experimental extension to describe alt-, shift- and
36# control-modifiers applied to function and normal keys, as done on IBM pc's.
37#
38# This table is used to generate initializers for tables that drive tic,
39# infocmp, and the library compilation code used to support the termcap
40# compatibility hack. It is also used to generate the tabular portion of the

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

1052#
1053# HP extensions
1054#
1055# These extensions follow ptr_non (replacing everything after it) in HP
1056# terminfo files. Except for memory_lock and memory_unlock, they are
1057# functionally identical to SVr4 extensions, but they make the binary format
1058# different. Grrr....
1059#
33#
34# This is an adaptation of ncurses' termcap/terminfo capability table, which
35# is illustrates an experimental extension to describe alt-, shift- and
36# control-modifiers applied to function and normal keys, as done on IBM pc's.
37#
38# This table is used to generate initializers for tables that drive tic,
39# infocmp, and the library compilation code used to support the termcap
40# compatibility hack. It is also used to generate the tabular portion of the

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

1052#
1053# HP extensions
1054#
1055# These extensions follow ptr_non (replacing everything after it) in HP
1056# terminfo files. Except for memory_lock and memory_unlock, they are
1057# functionally identical to SVr4 extensions, but they make the binary format
1058# different. Grrr....
1059#
1060memory_lock meml str ml - - ----K memory lock above
1061memory_unlock memu str mu - - ----K memory unlock
1060memory_lock meml str ml - - ----K lock memory above cursor
1061memory_unlock memu str mu - - ----K unlock memory
1062#plab_norm pln str pn - - ----- program label #1 to show string #2
1063#label_on smln str LO - - ----- turn on soft labels
1064#label_off rmln str LF - - ----- turn off soft labels
1065#key_f11 kf11 str F1 - - ----- F11 function key
1066#key_f12 kf12 str F2 - - ----- F12 function key
1067#key_f13 kf13 str F3 - - ----- F13 function key
1068#key_f14 kf14 str F4 - - ----- F14 function key
1069#key_f15 kf15 str F5 - - ----- F15 function key

--- 285 unchanged lines hidden ---
1062#plab_norm pln str pn - - ----- program label #1 to show string #2
1063#label_on smln str LO - - ----- turn on soft labels
1064#label_off rmln str LF - - ----- turn off soft labels
1065#key_f11 kf11 str F1 - - ----- F11 function key
1066#key_f12 kf12 str F2 - - ----- F12 function key
1067#key_f13 kf13 str F3 - - ----- F13 function key
1068#key_f14 kf14 str F4 - - ----- F14 function key
1069#key_f15 kf15 str F5 - - ----- F15 function key

--- 285 unchanged lines hidden ---