<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/share/termcap/termcap.src, branch release/8.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2011-02-16T16:18:46Z</updated>
<entry>
<title>Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.</title>
<updated>2011-02-16T16:18:46Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2011-02-16T16:18:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dec99dafe5763ba1db6950342aa80a634169c083'/>
<id>urn:sha1:dec99dafe5763ba1db6950342aa80a634169c083</id>
<content type='text'>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 8.2-RELEASE image.
</content>
</entry>
<entry>
<title>Merge r211066 from head:</title>
<updated>2010-08-22T09:05:08Z</updated>
<author>
<name>Gavin Atkinson</name>
<email>gavin@FreeBSD.org</email>
</author>
<published>2010-08-22T09:05:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b3122b9eccc0bb92aaa6189c508e9bb17be302bc'/>
<id>urn:sha1:b3122b9eccc0bb92aaa6189c508e9bb17be302bc</id>
<content type='text'>
  Add a termcap entry for rxvt-256color.

PR:		conf/147726
Submitted by:	Sterling (Chip) Camden &lt;sterling camdensoftware.com&gt;
</content>
</entry>
<entry>
<title>Add missing passthrough printing entries for VT100 and workalikes</title>
<updated>2009-06-14T07:02:50Z</updated>
<author>
<name>Edwin Groothuis</name>
<email>edwin@FreeBSD.org</email>
</author>
<published>2009-06-14T07:02:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ce9fb75110de62df848babfd40541d9b892fd3ae'/>
<id>urn:sha1:ce9fb75110de62df848babfd40541d9b892fd3ae</id>
<content type='text'>
in /etc/termcap:

    VT100 spec indicates that passthrough printing can be enabled
    by sending ESC[5i and disabled by sending ESC[4i These entries
    should be listed as po and pf in /etc/termcap, but are absent.
    See http://www.vt100.net/docs/vt102-ug/chapter5.html#S5.5.2.23

PR:		conf/71549
Submitted by:	Andrew Webster &lt;andrew@pubnix.net&gt;
MFC after:	1 week
</content>
</entry>
<entry>
<title>Termcap updates for screen and linux console:</title>
<updated>2009-06-14T06:48:31Z</updated>
<author>
<name>Edwin Groothuis</name>
<email>edwin@FreeBSD.org</email>
</author>
<published>2009-06-14T06:48:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d53aec4b5410df8ce3d827698f1d14d876ad59b0'/>
<id>urn:sha1:d53aec4b5410df8ce3d827698f1d14d876ad59b0</id>
<content type='text'>
	screen entry: F11-F20 keys added
	linux entry: F10-F20 keys added, ACS line graphics added

PR:		kern/108899
Submitted by:	Joseph Terner&lt;jtsn@gmx.de&gt;
MFC after:	1 week
</content>
</entry>
<entry>
<title>Add missing terminal definition for Wyse 120 in termcap</title>
<updated>2009-06-14T04:03:18Z</updated>
<author>
<name>Edwin Groothuis</name>
<email>edwin@FreeBSD.org</email>
</author>
<published>2009-06-14T04:03:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f75e213b00cb5a7d33b128a00ac9904db4358192'/>
<id>urn:sha1:f75e213b00cb5a7d33b128a00ac9904db4358192</id>
<content type='text'>
Although the PR contains also the definitions of the Wyse 60, they
are not copied into it since there are already definition for them
in the termcap file since 1997.

Also, the PR didn't use the :tc=xxx: feature, so I've imploded them.

PR:		conf/81882
Submitted by:	Meister des Chaos &lt;meister@netz00.com&gt;
MFC after:	1 week
</content>
</entry>
<entry>
<title>Add missing termcap entry for rxvt-unicode.</title>
<updated>2009-06-14T03:34:54Z</updated>
<author>
<name>Edwin Groothuis</name>
<email>edwin@FreeBSD.org</email>
</author>
<published>2009-06-14T03:34:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3ce8237ad0f6c980df80e3a3c4d784309b608816'/>
<id>urn:sha1:3ce8237ad0f6c980df80e3a3c4d784309b608816</id>
<content type='text'>
	The termcap database does not have an entry for rxvt-unicode.
	This means that programs that need an entry such as vi fail
	to work when connecting via ssh using this terminal emulator.

The added data is not the same as the PR submitted by Richard, it
uses the :tc=xxx: option to inherit everything from rxvt-mono.

PR:		conf/117323
Submitted by:	Richard Bradshaw &lt;richard.bradshaw@blueyonder.co.uk&gt;
MFC after:	1 week
</content>
</entry>
<entry>
<title>Fix typo in cons25l7 definition in etc/termcap.small and share/termcap</title>
<updated>2009-06-12T23:43:19Z</updated>
<author>
<name>Edwin Groothuis</name>
<email>edwin@FreeBSD.org</email>
</author>
<published>2009-06-12T23:43:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d7e47db675404af01b46d9e4f3db5a383955eb38'/>
<id>urn:sha1:d7e47db675404af01b46d9e4f3db5a383955eb38</id>
<content type='text'>
    There is a minor typo in the cons25l7 (':' instead of '|') entry
    in src/etc/termcap.small that causes syscons to complain about
    bogus characters in /etc/termcap.db.

PR:		conf/132777
Submitted by:	Nikos Ntarmos &lt;ntarmos@cs.uoi.gr&gt;
MFC after:	1 week
</content>
</entry>
<entry>
<title>- Remove kH (kp_kll) from screen. It has the identical key sequence as</title>
<updated>2009-03-01T07:08:46Z</updated>
<author>
<name>Rong-En Fan</name>
<email>rafan@FreeBSD.org</email>
</author>
<published>2009-03-01T07:08:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=624aa124ee5cbde4c3a12fa9710f0c045a66daf5'/>
<id>urn:sha1:624aa124ee5cbde4c3a12fa9710f0c045a66daf5</id>
<content type='text'>
  @7 (kp_end). As ncurses has the limitation that it returns the first
  matched key symbol, you can not use END in ncurses based program under
  screen (like ports/misc/mc).

We did similar changes to xterm entry last year for exactly the same reason.

PR:		132199
Submitted by:	Timur I. Bakeyev &lt;timur at FreeBSD.org&gt;
MFC after:	2 month
</content>
</entry>
<entry>
<title>- Remove kH and *6 from xterm. They are defined to the same key as @7 (kp_end).</title>
<updated>2008-01-08T16:00:24Z</updated>
<author>
<name>Rong-En Fan</name>
<email>rafan@FreeBSD.org</email>
</author>
<published>2008-01-08T16:00:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5c46f7182e35f38be3fcb9102ea7569796b37713'/>
<id>urn:sha1:5c46f7182e35f38be3fcb9102ea7569796b37713</id>
<content type='text'>
  As ncurses has the limitation that it returns the first matched key symbol,
  you can not use END in ncurses based program, like mutt, with xterm.
- Add @8 (kp_enter) definition for xterm so you can use ENTER in xterm with
  ncurses based program.

I also found that NetBSD's xterm does the same thing.

PR:		100150
Reported by:	Arseny Nasokin &lt;tarc at tarc.po.cs.msu.su&gt;
Discussed with:	Thomas Dickey, Ulrich Spoerlein &lt;uspoerlein at gmail.com&gt;
Reviewed by:	freebsd-arch@
MFC after:	2 month
</content>
</entry>
<entry>
<title>Delete an extra backslash at the end of the xterm-basic entry.</title>
<updated>2007-10-17T19:58:50Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2007-10-17T19:58:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9422860188c4ab8cd79ec1ae5c60f47be16e84b6'/>
<id>urn:sha1:9422860188c4ab8cd79ec1ae5c60f47be16e84b6</id>
<content type='text'>
It can be missed easily that the following blank line formally
belongs to the xterm-basic entry due to the unneeded backslash.

PR:	bin/80256 (audit trail)
</content>
</entry>
</feed>
