freebsd-dev/sys/teken
Ed Schouten fbcd1b6eac Make SCS work in 8-bit mode.
This means we can finally do things like VT100 box drawing when using
Syscons (8-bit characters). As far as I know, the only remaining issue
is the absense of proper escape sequences for special keyboard
characters (cursor, F1 to F12, etc) and xterm emulation should be ready
for general use.

Enabling xterm would have the following advantages:

- Easier possible migration to Unicode. cons25 termcap entries are very
  8-bit centric. They use things like CP437 characters for box drawing,
  etc.

- Better support for SSH'ing to other operating systems/devices. Most
  switches use VT100-style admin interfaces.

- Reduced bandwidth, because applications can now use things like
  scrolling regions.

- You can finally use applications like dtach(1) on both the console and
  inside an xterm.
2009-09-24 20:33:14 +00:00
..
gensequences
Makefile
sequences
teken_demo.c Commit all local modifications I have to libteken: 2009-09-12 12:44:21 +00:00
teken_scs.h Make SCS work in 8-bit mode. 2009-09-24 20:33:14 +00:00
teken_stress.c
teken_subr_compat.h Commit all local modifications I have to libteken: 2009-09-12 12:44:21 +00:00
teken_subr.h Make SCS work in 8-bit mode. 2009-09-24 20:33:14 +00:00
teken_wcwidth.h
teken.c Make SCS work in 8-bit mode. 2009-09-24 20:33:14 +00:00
teken.h Make SCS work in 8-bit mode. 2009-09-24 20:33:14 +00:00