pushed
zhengqunkoo/fbpdf • 9:26 AM - Feb 16, 2020
This change teaches the input loop to recognize ANSI escape sequences for the arrow keys and map them onto the viewer’s existing vim-style movement commands. Instead of requiring only h/j/k/l navigation, users can now use standard arrow keys without changing the rest of the command handling logic. The practical effect is more intuitive keyboard navigation with minimal code-path disruption.