options: make --rawsequences disable --mouse, to prevent entering junk
When using --raw, ncurses does not catch and convert any mouse event, and thus the coordinates of a mouse click would get inserted into the buffer as seemingly random characters. So, let --rawsequences override and disable --mouse, to prevent the accidental entering of junk. This fixes https://savannah.gnu.org/bugs/?55303.
Showing
+4 -0
Please register or sign in to comment