OSDN Git Service

* fhandler_console.cc (__vt100_conv): Minor formatting change.
authorcorinna <corinna>
Sun, 20 Dec 2009 00:40:31 +0000 (00:40 +0000)
committercorinna <corinna>
Sun, 20 Dec 2009 00:40:31 +0000 (00:40 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler_console.cc

index 0f81c03..6889978 100644 (file)
@@ -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
index ccac180..beabc7e 100644 (file)
@@ -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 */