[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[texinfo] 07/18: some upstream fixes for info display



This is an automated email from the git hooks/post-receive script.

preining pushed a commit to branch master
in repository texinfo.

commit adeabd52c5fca8e64b0b247a5c710f646520e397
Author: Norbert Preining <preining@debian.org>
Date:   Fri Dec 25 23:46:56 2015 +0900

    some upstream fixes for info display
---
 debian/patches/series                     |  1 +
 debian/patches/upstream-fix-info-terminal | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index bb53fa0..e4bc630 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ numerical-signal-names
 dont_build_info
 info-manpage-mentiones-nonfree
 #do-not-require-automake-1.15
+upstream-fix-info-terminal
diff --git a/debian/patches/upstream-fix-info-terminal b/debian/patches/upstream-fix-info-terminal
new file mode 100644
index 0000000..28d511d
--- /dev/null
+++ b/debian/patches/upstream-fix-info-terminal
@@ -0,0 +1,23 @@
+---
+ info/display.c |    3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+--- texinfo.orig/info/display.c
++++ texinfo/info/display.c
+@@ -540,7 +540,7 @@
+   mbi_avail (iter);
+   while (1)
+     {
+-      int delim = 0;
++      int delim;
+       mbi_copy (&bol_iter, &iter);
+       bol_ref_index = ref_index;
+       bol_match_index = match_index;
+@@ -552,6 +552,7 @@
+ 
+       text_buffer_reset (&tb_printed_line);
+ 
++      delim = 0;
+       /* Check if we have processed all the lines in the window. */
+       if (pl_num == win->height)
+         break;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/texinfo.git


Reply to: