Skip to content

Commit 32910cb

Browse files
committed
throw in another clear when initializing the terminal...
1 parent a3dc8ae commit 32910cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/project/conat/terminal/session.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const INPUT_CHUNK_SIZE = 50;
2929
const EXIT_MESSAGE = "\r\n\r\n[Process completed - press any key]\r\n\r\n";
3030

3131
const SOFT_RESET =
32-
"tput rmcup; printf '\e[?1000l\e[?1002l\e[?1003l\e[?1006l\e[?1l'; clear -x; sleep 0.1; clear -x";
32+
"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";
3333

3434
const COMPUTE_SERVER_INIT = `PS1="(\\h) \\w$ "; ${SOFT_RESET}; history -d $(history 1);\n`;
3535

0 commit comments

Comments
 (0)