]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Print control characters, even though they are normally not visible.
authorEd Schouten <ed@FreeBSD.org>
Sun, 4 Jan 2009 00:20:18 +0000 (00:20 +0000)
committerEd Schouten <ed@FreeBSD.org>
Sun, 4 Jan 2009 00:20:18 +0000 (00:20 +0000)
commit67ac7fd74816fa1d7314c2678b8788cef0f0c867
tree622153b1edc9e5962f62b9cf438dff83c8c514bd
parentd5474fd85f6d8044976511534faa78061d078efe
Print control characters, even though they are normally not visible.

With cons25, there are printable characters below 0x1B. This is not the
case with ASCII, UTF-8, etc. but in this case we just have to.

Also don't set LC_CTYPE to UTF-8 when libteken is compiled without UTF-8
in the demo-application.
sys/dev/syscons/teken/teken.c
sys/dev/syscons/teken/teken_demo.c