From 21f19a0c8a50745fff96d0e182a8ea2571ffa857 Mon Sep 17 00:00:00 2001 From: Brandon Shockley Date: Mon, 2 Aug 2021 16:34:40 -0400 Subject: [PATCH] Revert "Mouse CSI if Flag selected" This reverts commit 90282c41f65be9dcabf6805ad5697f37b78f746a. --- client.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/client.c b/client.c index 182fed4..55dfacd 100644 --- a/client.c +++ b/client.c @@ -47,9 +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); - if (mouse) { - printf("\x1b[?1002h\x1b[?1006h"); - } + printf("\x1b[?1002h\x1b[?1006h"); if (!alternate_buffer) { printf("\033[?1049h\033[H");