cmd: Fix comments in WCMD_color.

This commit is contained in:
Frédéric Delanoy 2011-09-27 00:32:38 +02:00 committed by Alexandre Julliard
parent 5ea1caa69e
commit bab0aa765b
1 changed files with 1 additions and 3 deletions

View File

@ -2905,13 +2905,11 @@ void WCMD_assoc (const WCHAR *command, BOOL assoc) {
/****************************************************************************
* WCMD_color
*
* Clear the terminal screen.
* Colors the terminal screen.
*/
void WCMD_color (void) {
/* Emulate by filling the screen from the top left to bottom right with
spaces, then moving the cursor to the top left afterwards */
CONSOLE_SCREEN_BUFFER_INFO consoleInfo;
HANDLE hStdOut = GetStdHandle(STD_OUTPUT_HANDLE);