summaryrefslogtreecommitdiff
path: root/win32/win32.c
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-22 17:37:15 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-22 17:37:15 +0000
commit3f4aab1621ad1395c4abb775260638aaf620f5be (patch)
tree986171221a79d07c69ec939d15174e62fdd9624d /win32/win32.c
parenta1147b911fa88d085b2053dbb3452a34275d78eb (diff)
* 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
Diffstat (limited to 'win32/win32.c')
-rw-r--r--win32/win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/win32.c b/win32/win32.c
index b084e079fd..c4be85b9fe 100644
--- a/win32/win32.c
+++ b/win32/win32.c
@@ -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);