diff --git a/host/host.c b/host/host.c index ff81373..5d306e7 100644 --- a/host/host.c +++ b/host/host.c @@ -36,7 +36,7 @@ const uvm32_mapping_t env[] = { void disableRawMode(void) { tcsetattr(STDIN_FILENO, TCSAFLUSH, &orig_termios); - printf("\033c"); + printf("\033[?25h"); // show cursor fflush(stdout); }