Commit bab0aa76 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

cmd: Fix comments in WCMD_color.

parent 5ea1caa6
...@@ -2905,13 +2905,11 @@ void WCMD_assoc (const WCHAR *command, BOOL assoc) { ...@@ -2905,13 +2905,11 @@ void WCMD_assoc (const WCHAR *command, BOOL assoc) {
/**************************************************************************** /****************************************************************************
* WCMD_color * WCMD_color
* *
* Clear the terminal screen. * Colors the terminal screen.
*/ */
void WCMD_color (void) { 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; CONSOLE_SCREEN_BUFFER_INFO consoleInfo;
HANDLE hStdOut = GetStdHandle(STD_OUTPUT_HANDLE); HANDLE hStdOut = GetStdHandle(STD_OUTPUT_HANDLE);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment