[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[5510] remove blank line at end of help message
From: |
Gavin D. Smith |
Subject: |
[5510] remove blank line at end of help message |
Date: |
Fri, 02 May 2014 13:14:30 +0000 |
Revision: 5510
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5510
Author: gavin
Date: 2014-05-02 13:14:30 +0000 (Fri, 02 May 2014)
Log Message:
-----------
remove blank line at end of help message
Modified Paths:
--------------
trunk/ChangeLog
trunk/info/infodoc.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2014-05-02 13:06:13 UTC (rev 5509)
+++ trunk/ChangeLog 2014-05-02 13:14:30 UTC (rev 5510)
@@ -1,5 +1,11 @@
2014-05-02 Gavin Smith <address@hidden>
+ * info/infodoc.c (create_internal_info_help_node): Don't print
+ blank line at end of help window. This could result in scrolling
+ too far down when paging down to the bottom.
+
+2014-05-02 Gavin Smith <address@hidden>
+
* info/filesys.c: [!BUILDING_LIBRARY], [!BUILDING_LIBARARY]: #if
checks conditional upon these macros removed.
Modified: trunk/info/infodoc.c
===================================================================
--- trunk/info/infodoc.c 2014-05-02 13:06:13 UTC (rev 5509)
+++ trunk/info/infodoc.c 2014-05-02 13:14:30 UTC (rev 5510)
@@ -365,9 +365,6 @@
}
}
- if (printed_one_mx)
- printf_to_message_buffer ("\n");
-
free (exec_keys);
#endif /* NAMED_FUNCTIONS */
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [5510] remove blank line at end of help message,
Gavin D. Smith <=