mirror of
https://github.com/termux/termux-packages.git
synced 2025-03-04 03:40:08 +00:00
14 lines
442 B
Diff
14 lines
442 B
Diff
Enable mouse support by default.
|
|
|
|
--- a/src/core/core-config.c
|
|
+++ b/src/core/core-config.c
|
|
@@ -2993,7 +2993,7 @@
|
|
weechat_config_file, weechat_config_section_look,
|
|
"mouse", "boolean",
|
|
N_("enable mouse support"),
|
|
- NULL, 0, 0, "off", NULL, 0,
|
|
+ NULL, 0, 0, "on", NULL, 0,
|
|
NULL, NULL, NULL,
|
|
&config_change_mouse, NULL, NULL,
|
|
NULL, NULL, NULL);
|