poppler: update to 0.64
[termux-packages] / packages / weechat / src-core-wee-config.c.patch
CommitLineData
2bbb49a6
FF
1Enable mouse support by default.
2
044a7bd5
FF
3diff -u -r ../weechat-1.5/src/core/wee-config.c ./src/core/wee-config.c
4--- ../weechat-1.5/src/core/wee-config.c 2016-05-01 06:50:12.000000000 -0400
5+++ ./src/core/wee-config.c 2016-05-03 03:36:49.136508465 -0400
6@@ -2993,7 +2993,7 @@
2bbb49a6
FF
7 weechat_config_file, ptr_section,
8 "mouse", "boolean",
9 N_("enable mouse support"),
044a7bd5
FF
10- NULL, 0, 0, "off", NULL, 0,
11+ NULL, 0, 0, "on", NULL, 0,
12 NULL, NULL, NULL,
13 &config_change_mouse, NULL, NULL,
14 NULL, NULL, NULL);