We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3dc8ae commit 32910cbCopy full SHA for 32910cb
src/packages/project/conat/terminal/session.ts
@@ -29,7 +29,7 @@ const INPUT_CHUNK_SIZE = 50;
29
const EXIT_MESSAGE = "\r\n\r\n[Process completed - press any key]\r\n\r\n";
30
31
const SOFT_RESET =
32
- "tput rmcup; printf '\e[?1000l\e[?1002l\e[?1003l\e[?1006l\e[?1l'; clear -x; sleep 0.1; clear -x";
+ "tput rmcup; printf '\e[?1000l\e[?1002l\e[?1003l\e[?1006l\e[?1l'; clear -x; sleep 0.1; clear -x; sleep 0.1; clear -x";
33
34
const COMPUTE_SERVER_INIT = `PS1="(\\h) \\w$ "; ${SOFT_RESET}; history -d $(history 1);\n`;
35
0 commit comments