mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* win32/win32.c (constat_apply): fixed comment. [skip ci]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50609 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a1147b911f
commit
3f4aab1621
1 changed files with 1 additions and 1 deletions
|
@ -6328,7 +6328,7 @@ constat_apply(HANDLE handle, struct constat *s, WCHAR w)
|
|||
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);
|
||||
|
|
Loading…
Add table
Reference in a new issue