* fhandler_console.cc (__vt100_conv): Minor formatting change.
This commit is contained in:
parent
8fd4bd2bf1
commit
57a2873a5d
|
@ -1,3 +1,7 @@
|
|||
2009-12-19 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* fhandler_console.cc (__vt100_conv): Minor formatting change.
|
||||
|
||||
2009-12-19 Thomas Wolff <towo@towo.net>
|
||||
|
||||
* fhandler_console.cc (write_console): Check for VT100
|
||||
|
|
|
@ -1116,9 +1116,9 @@ fhandler_console::cursor_get (int *x, int *y)
|
|||
*x = dev_state->info.dwCursorPosition.X;
|
||||
}
|
||||
|
||||
static wchar_t __vt100_conv [31] = {
|
||||
/* VT100 line drawing graphics mode maps `abcdefghijklmnopqrstuvwxyz{|}~ to
|
||||
graphical characters */
|
||||
static wchar_t __vt100_conv [31] = {
|
||||
0x25C6, /* Black Diamond */
|
||||
0x2592, /* Medium Shade */
|
||||
0x2409, /* Symbol for Horizontal Tabulation */
|
||||
|
|
Loading…
Reference in New Issue