Deleted Added
full compact
termcap.5 (57665) termcap.5 (57676)
1.\" Copyright (c) 1985, 1991, 1993, 1994
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.

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

46.\" * this notice is included with any such distribution, and is not *
47.\" * removed from any of its header files. Mention of ncurses in any *
48.\" * applications linked with it is highly appreciated. *
49.\" * *
50.\" * ncurses comes AS IS with no warranty, implied or expressed. *
51.\" * *
52.\" ***************************************************************************/
53.\"
1.\" Copyright (c) 1985, 1991, 1993, 1994
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.

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

46.\" * this notice is included with any such distribution, and is not *
47.\" * removed from any of its header files. Mention of ncurses in any *
48.\" * applications linked with it is highly appreciated. *
49.\" * *
50.\" * ncurses comes AS IS with no warranty, implied or expressed. *
51.\" * *
52.\" ***************************************************************************/
53.\"
54.\" $FreeBSD: head/share/termcap/termcap.5 57665 2000-03-01 10:46:05Z nik $
54.\" $FreeBSD: head/share/termcap/termcap.5 57676 2000-03-01 14:50:24Z sheldonh $
55.\"
56.Dd April 16, 1994
57.Dt TERMCAP 5
58.Os BSD 3
59.Sh NAME
60.Nm termcap
61.Nd terminal capability data base
62.Sh SYNOPSIS

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

116.Pf \- Ar n Ta No "Number of lines on screen aaa-60"
117-na No arrow keys (leave them in local) concept100-na
118.Pf \- Ar \&np Ta No "Number of pages of memory concept100-4p"
119-rv Reverse video concept100-rv
120.El
121.Ed
122.Sh CAPABILITIES
123The description field attempts to convey the semantics of the
55.\"
56.Dd April 16, 1994
57.Dt TERMCAP 5
58.Os BSD 3
59.Sh NAME
60.Nm termcap
61.Nd terminal capability data base
62.Sh SYNOPSIS

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

116.Pf \- Ar n Ta No "Number of lines on screen aaa-60"
117-na No arrow keys (leave them in local) concept100-na
118.Pf \- Ar \&np Ta No "Number of pages of memory concept100-4p"
119-rv Reverse video concept100-rv
120.El
121.Ed
122.Sh CAPABILITIES
123The description field attempts to convey the semantics of the
124capability. You may find some codes in the description field:
124capability.
125You may find some codes in the description field:
125.Pp
126.Bl -tag -width #[1-9]
127.It (P)
128indicates that padding may be specified.
129.It #[1-9]
130in the description field indicates that the string is passed through
131.Xr tparm
132or

--- 2011 unchanged lines hidden ---
126.Pp
127.Bl -tag -width #[1-9]
128.It (P)
129indicates that padding may be specified.
130.It #[1-9]
131in the description field indicates that the string is passed through
132.Xr tparm
133or

--- 2011 unchanged lines hidden ---