From 307dfe94d423a0204b6aec7e4f9590e965cecdfb Mon Sep 17 00:00:00 2001 From: Brandon Shockley Date: Mon, 2 Aug 2021 15:42:01 -0400 Subject: [PATCH] Update client.c --- client.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client.c b/client.c index 3d6d82b..55dfacd 100644 --- a/client.c +++ b/client.c @@ -47,6 +47,7 @@ static void client_setup_terminal(void) { cur_term.c_cc[VMIN] = 1; cur_term.c_cc[VTIME] = 0; tcsetattr(STDIN_FILENO, TCSANOW, &cur_term); + printf("\x1b[?1002h\x1b[?1006h"); if (!alternate_buffer) { printf("\033[?1049h\033[H");