8000 Release Updated Terminal Pager · google/textfsm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Updated Terminal Pager

Latest
Compare
Choose a tag to compare
@harro harro released this 17 Apr 04:16
1ce2702

Fixed multiple issues with textual Pager:

  • First line of output was not being displayed (off by one error).
  • SetLines was being ignored. Page size was fixed to terminal size.
  • Only every 2nd 'enter' key was registered by tty.read, switched to using 'n' key instead.
  • Prompt string did not truncate on narrow terminals
  • Added paging support for MS Windows terminals
  • Pager no longer exits automatically at end of buffer
  • Fixes day-one issue of non displaying empty lines
  • Correctly handles files smaller than the terminal
0