clear screen before running user shell command
This commit is contained in:
parent
c1e76aef82
commit
972be491c3
|
@ -1116,6 +1116,7 @@ int GUI::RunProgram(int mode, char *Command) {
|
||||||
ConQuerySize(&W, &H);
|
ConQuerySize(&W, &H);
|
||||||
ConHideMouse();
|
ConHideMouse();
|
||||||
ConSuspend();
|
ConSuspend();
|
||||||
|
::ConClear();
|
||||||
|
|
||||||
if (*Command == 0) // empty string = shell
|
if (*Command == 0) // empty string = shell
|
||||||
Command = getenv(
|
Command = getenv(
|
||||||
|
|
Reference in a new issue