mirror of
https://github.com/cy384/ssheven.git
synced 2026-05-15 14:15:58 -06:00
default to not sending mouse clicks
This commit is contained in:
parent
b7ec826338
commit
f18b4ad49f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue