Deleted Added
full compact
termcap (18660) termcap (18715)
1# Copyright (c) 1980, 1985, 1989, 1993
2# The Regents of the University of California. All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions
6# are met:
7# 1. Redistributions of source code must retain the above copyright
8# notice, this list of conditions and the following disclaimer.

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

25# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30# SUCH DAMAGE.
31#
32# @(#)termcap.src 8.2 (Berkeley) 11/17/93
1# Copyright (c) 1980, 1985, 1989, 1993
2# The Regents of the University of California. All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions
6# are met:
7# 1. Redistributions of source code must retain the above copyright
8# notice, this list of conditions and the following disclaimer.

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

25# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30# SUCH DAMAGE.
31#
32# @(#)termcap.src 8.2 (Berkeley) 11/17/93
33#
33# $Id$
34
35# Termcap source file
36# John Kunze, Berkeley
37# Craig Leres, Berkeley
38#
39# Please e-mail changes to termcap@berkeley.edu or uunet!ucbvax!termcap.
40#
41# << EOH - after reordering, above header lines survive and this line dies >>

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

2512# # --------------------------------
2513#
2514# h: HEWLETT PACKARD
2515#
2516# Note: no "ho" on HP's since that homes to top of memory, not screen.
2517# Due to severe 2621 braindamage, the only way to get the arrow keys to
2518# transmit anything at all is to turn on the function key labels
2519# (f1-f8) with ks, and even then the poor user has to hold down shift!
34
35# Termcap source file
36# John Kunze, Berkeley
37# Craig Leres, Berkeley
38#
39# Please e-mail changes to termcap@berkeley.edu or uunet!ucbvax!termcap.
40#
41# << EOH - after reordering, above header lines survive and this line dies >>

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

2512# # --------------------------------
2513#
2514# h: HEWLETT PACKARD
2515#
2516# Note: no "ho" on HP's since that homes to top of memory, not screen.
2517# Due to severe 2621 braindamage, the only way to get the arrow keys to
2518# transmit anything at all is to turn on the function key labels
2519# (f1-f8) with ks, and even then the poor user has to hold down shift!
2520# The default 2621 turns off the labels except when it has to to enable
2520# The default 2621 turns off the labels except when it has to enable
2521# the function keys. If your installation prefers labels on all the time,
2522# or off all the time (at the "expense" of the function keys) move the
2523# 2621-nl or 2621-wl labels to the front using reorder.
2524# Note: there are newer ROM's for 2621's that allow you to set strap A
2525# so the regular arrow keys xmit \EA, etc, as with the 2645. However,
2526# even with this strap set, the terminal stops xmitting if you reset it,
2527# until you unset and reset the strap! Since there is no way to set/unset
2528# the strap with an escape sequence, we don't use it in the default.

--- 1462 unchanged lines hidden ---
2521# the function keys. If your installation prefers labels on all the time,
2522# or off all the time (at the "expense" of the function keys) move the
2523# 2621-nl or 2621-wl labels to the front using reorder.
2524# Note: there are newer ROM's for 2621's that allow you to set strap A
2525# so the regular arrow keys xmit \EA, etc, as with the 2645. However,
2526# even with this strap set, the terminal stops xmitting if you reset it,
2527# until you unset and reset the strap! Since there is no way to set/unset
2528# the strap with an escape sequence, we don't use it in the default.

--- 1462 unchanged lines hidden ---