Files
termux-packages/packages/weechat/src-core-core-config.c.patch
2024-05-29 06:10:09 +00:00

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);