cmd.exe: Remove redundant call to SetConsoleMode.
This commit is contained in:
parent
faad187e70
commit
27753f2ea6
|
@ -2593,8 +2593,6 @@ int wmain (int argc, WCHAR *argvW[])
|
||||||
return errorlevel;
|
return errorlevel;
|
||||||
}
|
}
|
||||||
|
|
||||||
SetConsoleMode(GetStdHandle(STD_INPUT_HANDLE), ENABLE_LINE_INPUT |
|
|
||||||
ENABLE_ECHO_INPUT | ENABLE_PROCESSED_INPUT);
|
|
||||||
SetConsoleTitleW(WCMD_LoadMessage(WCMD_CONSTITLE));
|
SetConsoleTitleW(WCMD_LoadMessage(WCMD_CONSTITLE));
|
||||||
|
|
||||||
/* Note: cmd.exe /c dir does not get a new color, /k dir does */
|
/* Note: cmd.exe /c dir does not get a new color, /k dir does */
|
||||||
|
|
Loading…
Reference in New Issue