mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Mouse handling disabled by default.
This commit is contained in:
parent
1c8cba352e
commit
608c09c90d
@ -545,7 +545,9 @@ static struct cmd_t setting_commands[] =
|
||||
"If set to 'on', profanity will handle mouse actions, which enables scrolling the main window with the mouse wheel.",
|
||||
"To select text, use the shift key while selcting an area.",
|
||||
"If set to 'off', profanity leaves mouse handling to the terminal implementation.",
|
||||
"The default is 'on', if you have strange behaviour with mouse actions, set to 'off'.",
|
||||
"This feature is experimental, certain mouse click events may occasionally freeze",
|
||||
"Profanity until a key is pressed or another mouse event is received",
|
||||
"The default is 'off'.",
|
||||
NULL } } },
|
||||
|
||||
{ "/chlog",
|
||||
|
@ -362,7 +362,6 @@ _get_default_boolean(preference_t pref)
|
||||
{
|
||||
switch (pref)
|
||||
{
|
||||
case PREF_MOUSE:
|
||||
case PREF_STATUSES:
|
||||
case PREF_AUTOAWAY_CHECK:
|
||||
return TRUE;
|
||||
|
Loading…
Reference in New Issue
Block a user