* fhandler_console.cc (__vt100_conv): Minor formatting change.
This commit is contained in:
		| @@ -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 */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user