freebsd-dev/sys/teken
Ed Schouten 2c549cc439 Add a new escape sequence to switch between cons25 and xterm.
Just run this to switch to xterm:

	printf '\e[=T'

If you get bored and want to switch back to cons25, run this:

	printf '\e[=1T'

I can now send an email to the lists, asking whether people are
interested in trying the xterm emulator.
2009-09-25 13:51:01 +00:00
..
gensequences
Makefile
sequences Add a new escape sequence to switch between cons25 and xterm. 2009-09-25 13:51:01 +00:00
teken_demo.c Commit all local modifications I have to libteken: 2009-09-12 12:44:21 +00:00
teken_scs.h Add __unused. 2009-09-24 20:34:44 +00:00
teken_stress.c
teken_subr_compat.h Add a new escape sequence to switch between cons25 and xterm. 2009-09-25 13:51:01 +00:00
teken_subr.h Conformance: ignore {delete,insert} line while outside the scrolling region. 2009-09-25 11:58:51 +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