summaryrefslogtreecommitdiffstats
path: root/sys/dev/wscons/wsemul_subr.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* UTF-8 support for wsdisplay emulation modes. Both vt100 and sun emulationmiod2013-10-181-0/+706
will now recognize xterm-compatible escape sequences ESC % G and ESC % @ to enter and leave UTF-8 mode, respectively. Not enabled on SMALL_KERNEL. Most of this written during c2k7, completed during b2k13. Note that the value of several international keysyms change, to switch from ISO Latin-[257] values to the real Unicode values. Be sure to update your includes and rebuild and install wsconsctl.