Codebase list texinfo / c170c2b
fix displaced cursor on search (Closes: #652204) (texinfo bug #37823) Norbert Preining 11 years ago
3 changed file(s) with 23 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 texinfo (4.13.92.dfsg.1-2) UNRELEASED; urgency=low
1
2 * fix displaced cursor on search (Closes: #652204) (texinfo bug #37823)
3
4 -- Norbert Preining <preining@debian.org> Thu, 20 Dec 2012 07:14:14 +0900
5
06 texinfo (4.13.92.dfsg.1-1) experimental; urgency=low
17
28 * new upstream test release
11 numerical-signal-names
22 info_universal_argument
33 dont_build_info
4 upstream_fix_displaced_cursor
0 Fix for Debian bug #652204 and texinfo bug #37823
1 displaced cursor on search
2 ---
3 info/window.c | 1 +
4 1 file changed, 1 insertion(+)
5
6 --- texinfo.orig/info/window.c
7 +++ texinfo/info/window.c
8 @@ -855,6 +855,7 @@
9 calc_closure_expand (&closure);
10 window->line_starts[window->line_count] = NULL;
11 window->log_line_no[window->line_count] = 0;
12 + window_line_map_init (window);
13 }
14
15 /* Given WINDOW, recalculate the line starts for the node it displays. */