ruby-changes:38528
From: usa <ko1@a...>
Date: Sat, 23 May 2015 02:37:34 +0900 (JST)
Subject: [ruby-changes:38528] usa:r50609 (trunk): * win32/win32.c (constat_apply): fixed comment. [skip ci]
usa 2015-05-23 02:37:15 +0900 (Sat, 23 May 2015) New Revision: 50609 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=50609 Log: * win32/win32.c (constat_apply): fixed comment. [skip ci] Modified files: trunk/win32/win32.c Index: win32/win32.c =================================================================== --- win32/win32.c (revision 50608) +++ win32/win32.c (revision 50609) @@ -6328,7 +6328,7 @@ constat_apply(HANDLE handle, struct cons https://github.com/ruby/ruby/blob/trunk/win32/win32.c#L6328 csbi.dwSize.X * csbi.dwCursorPosition.Y + csbi.dwCursorPosition.X, pos, &written); break; - case 2: /* erase entire line */ + case 2: /* erase entire screen */ pos.X = 0; pos.Y = 0; FillConsoleOutputCharacterW(handle, L' ', csbi.dwSize.X * csbi.dwSize.Y, pos, &written); -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/