1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-16 01:08:31 -04:00

fix previous commit

This commit is contained in:
sgerwk 2020-06-24 19:18:18 +02:00
parent 0e820ad3cd
commit 85cb50c7e2

View File

@ -175,7 +175,7 @@ send_init_sequence(int h, int altscreen)
} }
#ifdef CONFIG_MOUSE #ifdef CONFIG_MOUSE
if (! get_opt_bool("ui.mouse_disable", NULL)) if (! get_opt_bool("ui.mouse_disable", NULL))
return; send_mouse_init_sequence(h);
#endif #endif
write_sequence(h, INIT_BRACKETED_PASTE_SEQ); write_sequence(h, INIT_BRACKETED_PASTE_SEQ);
} }