mirror of https://github.com/cy384/ssheven.git
default to not sending mouse clicks
This commit is contained in:
parent
b7ec826338
commit
f18b4ad49f
|
@ -163,7 +163,7 @@ void init_prefs(void)
|
||||||
prefs.fg_color = blackColor;
|
prefs.fg_color = blackColor;
|
||||||
prefs.bg_color = whiteColor;
|
prefs.bg_color = whiteColor;
|
||||||
|
|
||||||
prefs.mouse_mode = CLICK_SEND;
|
prefs.mouse_mode = CLICK_SELECT;
|
||||||
|
|
||||||
prefs.loaded_from_file = 0;
|
prefs.loaded_from_file = 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue