lldb: Add LLVM to description and formatting
[termux-packages] / packages / finch / libgnt-gntmain.c.patch
1 diff -u -r ../pidgin-2.10.12/finch/libgnt/gntmain.c ./finch/libgnt/gntmain.c
2 --- ../pidgin-2.10.12/finch/libgnt/gntmain.c 2015-12-31 18:19:40.000000000 -0500
3 +++ ./finch/libgnt/gntmain.c 2016-05-05 04:09:16.281843580 -0400
4 @@ -493,7 +493,8 @@
5 refresh();
6
7 #ifdef ALL_MOUSE_EVENTS
8 - if ((mouse_enabled = gnt_style_get_bool(GNT_STYLE_MOUSE, FALSE)))
9 + /* Termux modification: Enable mouse events by default. */
10 + if ((mouse_enabled = gnt_style_get_bool(GNT_STYLE_MOUSE, TRUE)))
11 mousemask(ALL_MOUSE_EVENTS | REPORT_MOUSE_POSITION, NULL);
12 #endif
13