Codebase list texinfo / adeabd5
some upstream fixes for info display Norbert Preining 8 years ago
2 changed file(s) with 24 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
22 dont_build_info
33 info-manpage-mentiones-nonfree
44 #do-not-require-automake-1.15
5 upstream-fix-info-terminal
0 ---
1 info/display.c | 3 ++-
2 1 file changed, 2 insertions(+), 1 deletion(-)
3
4 --- texinfo.orig/info/display.c
5 +++ texinfo/info/display.c
6 @@ -540,7 +540,7 @@
7 mbi_avail (iter);
8 while (1)
9 {
10 - int delim = 0;
11 + int delim;
12 mbi_copy (&bol_iter, &iter);
13 bol_ref_index = ref_index;
14 bol_match_index = match_index;
15 @@ -552,6 +552,7 @@
16
17 text_buffer_reset (&tb_printed_line);
18
19 + delim = 0;
20 /* Check if we have processed all the lines in the window. */
21 if (pl_num == win->height)
22 break;