=?UTF-8?Q?Fr=C3=A9d=C3=A9ric=20Delanoy=20?=: cmd: Fix comments in WCMD_color.

Alexandre Julliard julliard at winehq.org
Tue Sep 27 13:00:04 CDT 2011


Module: wine
Branch: master
Commit: bab0aa765b73ebebe31e623219629d7711ceafb3
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=bab0aa765b73ebebe31e623219629d7711ceafb3

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Tue Sep 27 00:32:38 2011 +0200

cmd: Fix comments in WCMD_color.

---

 programs/cmd/builtins.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/programs/cmd/builtins.c b/programs/cmd/builtins.c
index 33437d1..9fe50d9 100644
--- a/programs/cmd/builtins.c
+++ b/programs/cmd/builtins.c
@@ -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);
 




More information about the wine-cvs mailing list