1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-26 16:45:12 -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
if (! get_opt_bool("ui.mouse_disable", NULL))
return;
send_mouse_init_sequence(h);
#endif
write_sequence(h, INIT_BRACKETED_PASTE_SEQ);
}