default to not sending mouse clicks

This commit is contained in:
cy384 2021-01-08 23:04:14 -05:00
parent b7ec826338
commit f18b4ad49f
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ void init_prefs(void)
prefs.fg_color = blackColor;
prefs.bg_color = whiteColor;
prefs.mouse_mode = CLICK_SEND;
prefs.mouse_mode = CLICK_SELECT;
prefs.loaded_from_file = 0;
}