Codebase list texinfo / f3dff60
switch back to default mouse behaviour (Closes: #797872) Norbert Preining 8 years ago
3 changed file(s) with 19 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
22 * including a patch to allow for info files in subdir (Closes: #792328)
33 STILL IN TESTING
44 * include upstream patch for follow strategies
5
6 -- Norbert Preining <preining@debian.org> Thu, 06 Aug 2015 18:28:05 +0900
5 * switch back to default mouse behaviour (Closes: #797872)
6
7 -- Norbert Preining <preining@debian.org> Wed, 21 Oct 2015 19:20:28 +0900
78
89 texinfo (6.0.0.dfsg.1-3) unstable; urgency=medium
910
0 ---
1 info/terminal.c | 2 +-
2 1 file changed, 1 insertion(+), 1 deletion(-)
3
4 --- texinfo.orig/info/terminal.c
5 +++ texinfo/info/terminal.c
6 @@ -76,7 +76,7 @@
7 VFunction *terminal_scroll_terminal_hook = NULL;
8
9 /* User variable 'mouse'. Values can be MP_* constants in terminal.h. */
10 -int mouse_protocol = MP_NORMAL_TRACKING;
11 +int mouse_protocol = MP_NONE;
12
13 /* **************************************************************** */
14 /* */
77 #texinfo-make-index-deterministic
88 slash-in-dir-entry
99 follow-strategy-remain-svn6502
10 disable-mouse-svn6715