terminal: add glyphs to character list
authorDavid Herrmann <dh.herrmann@googlemail.com>
Tue, 29 May 2012 07:37:02 +0000 (09:37 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 29 May 2012 13:56:27 +0000 (09:56 -0400)
commita6128d6183bad20b706f2eb514d232682aa50bdf
treeacbe62dc0d8dfdeaa8133052df317fcd86b6f71c
parent516b9e175396ff8409f2120bec8aa0d2672452dd
terminal: add glyphs to character list

This adds the actual glyphs/utf-8 characters to the comments of CS_SPECIAL
(DEC special graphics set). They all work on my system with "Monospace" or
"Bitstream" font. But keep the mnemonics so if the UTF8 characters are not
displayed correctly, the comments are still readable.

I don't know if gcc actually reads data as UTF-8 or if C code actually
allows all UTF8 characters. However, unless it reads as "*/" in ASCII, it
shouldn't matter inside of comments.

Anyway, it compiles fine with gcc-4.7.0/amd64 here.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
clients/terminal.c