Revert "Mouse CSI if Flag selected"

This reverts commit 90282c41f6.
This commit is contained in:
Brandon Shockley 2021-08-02 16:34:40 -04:00
parent 4d2f2a946b
commit 21f19a0c8a
1 changed files with 1 additions and 3 deletions

View File

@ -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");