cmd: Fix comments in WCMD_color.
authorFrédéric Delanoy <frederic.delanoy@gmail.com>
Mon, 26 Sep 2011 22:32:38 +0000 (00:32 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 27 Sep 2011 14:24:26 +0000 (16:24 +0200)
programs/cmd/builtins.c

index 33437d16f55a48b72e1306ab7cc133aa79f305cc..9fe50d9116dcb3ac1a79dc4124a6cdee96dce990 100644 (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);