core/texinfo/texinfo-5.2-C-n-fix.patch
2014-06-14 15:40:29 +02:00

11 lines
477 B
Diff

--- 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,