Date: Wed, 11 Nov 2009 08:20:19 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/syscons scterm-teken.c syscons.c syscons.h src/sys/pc98/cbus scterm-sck.c src/sys/teken teken.c teken.h teken_subr.h Message-ID: <200911110821.nAB8LEMI023164@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ed 2009-11-11 08:20:19 UTC
FreeBSD src repository
Modified files:
sys/dev/syscons scterm-teken.c syscons.c syscons.h
sys/pc98/cbus scterm-sck.c
sys/teken teken.c teken.h teken_subr.h
Log:
SVN rev 199171 on 2009-11-11 08:20:19Z by ed
Allow Syscons terminal emulators to provide function key strings.
xterm and cons25 have some incompatibilities when it comes to escape
sequences for special keys, such as F1 to F12, home, end, etc. Add a new
te_fkeystr() that can be used to override the strings.
scterm-sck won't do anything with this, but scterm-teken will use
teken_get_sequences() to obtain the proper sequence.
Revision Changes Path
1.16 +61 -8 src/sys/dev/syscons/scterm-teken.c
1.478 +15 -5 src/sys/dev/syscons/syscons.c
1.96 +2 -0 src/sys/dev/syscons/syscons.h
1.21 +17 -8 src/sys/pc98/cbus/scterm-sck.c
1.11 +69 -8 src/sys/teken/teken.c
1.8 +33 -7 src/sys/teken/teken.h
1.13 +2 -2 src/sys/teken/teken_subr.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911110821.nAB8LEMI023164>
