- Minor fixes to work more like WinXP's cmd
[reactos.git] / reactos / base / shell / cmd / cls.c
index 3519b43..cbd5418 100644 (file)
@@ -54,8 +54,6 @@ INT cmd_cls (LPTSTR cmd, LPTSTR param)
                                   coPos, &dwWritten);
        SetConsoleCursorPosition(hConsole, coPos);
 
-       bIgnoreEcho = TRUE;
-
        return 0;
 }
 #endif