Change #263341
| Category | texinfo |
| Changed by | Gavin Smith <gavinsmith0123@gmail.com> |
| Changed at | Thu 02 Apr 2026 21:34:07 |
| Repository | https://git.savannah.gnu.org/git/texinfo.git |
| Project | texinfo |
| Branch | master |
| Revision | 01288d8effe7e829db6c5ffaf7d5188879eeb2f4 |
Comments
Fix M-Tab with "info -v scroll-behaviour=Page\ Only" * info/session-cmd.c (info_move_to_prev_xref): Move misplaced ) in order to correctly pass value of info_scroll_behaviour to backward_move_node_structure. M-Tab would move to a previous node with scroll-behavior=Page Only and cursor-movement-scrolls=On, which was incorrect. Report from Aidan <aidanczhai@gmail.com>.
Changed files
- ChangeLog
- info/session-cmd.c