Deleted Added
full compact
termcap.src (263098) termcap.src (267734)
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# $FreeBSD: stable/10/share/termcap/termcap.src 263098 2014-03-13 01:12:27Z bdrewery $
33# $FreeBSD: stable/10/share/termcap/termcap.src 267734 2014-06-22 16:48:21Z gavin $
34
35# Termcap source file
36# John Kunze, Berkeley
37# Craig Leres, Berkeley
38#
34
35# Termcap source file
36# John Kunze, Berkeley
37# Craig Leres, Berkeley
38#
39# Please submit changes with send-pr(1).
39# Please submit changes via https://bugs.freebsd.org/submit/
40#
41# << EOH - after reordering, above header lines survive and this line dies >>
42#
43# DESCRIPTION:
44# This file describes capabilities of various terminals, as needed by
45# software such as screen editors. It does not attempt to describe
46# printing terminals very well, nor graphics terminals. Someday.
47# See termcap(5) in the Unix Programmers Manual for documentation.

--- 4620 unchanged lines hidden ---
40#
41# << EOH - after reordering, above header lines survive and this line dies >>
42#
43# DESCRIPTION:
44# This file describes capabilities of various terminals, as needed by
45# software such as screen editors. It does not attempt to describe
46# printing terminals very well, nor graphics terminals. Someday.
47# See termcap(5) in the Unix Programmers Manual for documentation.

--- 4620 unchanged lines hidden ---