termux-packages/packages/weechat/src-core-wee-config.c.patch

15 lines
549 B
Diff
Raw Permalink Normal View History

2015-08-12 07:28:36 +02:00
Enable mouse support by default.
2016-05-03 11:31:22 +02:00
diff -u -r ../weechat-1.5/src/core/wee-config.c ./src/core/wee-config.c
--- ../weechat-1.5/src/core/wee-config.c 2016-05-01 06:50:12.000000000 -0400
+++ ./src/core/wee-config.c 2016-05-03 03:36:49.136508465 -0400
@@ -2993,7 +2993,7 @@
2015-08-12 07:28:36 +02:00
weechat_config_file, ptr_section,
"mouse", "boolean",
N_("enable mouse support"),
2016-05-03 11:31:22 +02:00
- NULL, 0, 0, "off", NULL, 0,
+ NULL, 0, 0, "on", NULL, 0,
NULL, NULL, NULL,
&config_change_mouse, NULL, NULL,
NULL, NULL, NULL);