core/texinfo/texinfo-5.2-C-n-fix.patch

11 lines
477 B
Diff
Raw Normal View History

2014-06-14 21:40:29 +08:00
--- info/infomap.c (revision 5386)
+++ info/infomap.c (working copy)
@@ -297,6 +297,7 @@
CONTROL('f'), NUL, A_info_forward_char,
CONTROL('h'), NUL, A_info_get_help_window,
CONTROL('l'), NUL, A_info_redraw_display,
+ CONTROL('n'), NUL, A_info_next_line,
CONTROL('p'), NUL, A_info_prev_line,
CONTROL('r'), NUL, A_isearch_backward,
CONTROL('s'), NUL, A_isearch_forward,