Terminus icon indicating copy to clipboard operation
Terminus copied to clipboard

Page Up, Page Down, Ctrl+Home and Ctrl+End in Terminus Build System

Open d0vgan opened this issue 1 year ago • 1 comments

When using Terminus as Build System (via "target": "terminus_exec"), is it possible to navigate through the build output using the keys Page Up, Page Down, Ctrl+Home and Ctrl+End? Did I miss something - is there some configuration for this?

Expected behavior:

  • Page Up scrolls the build output one page up;
  • Page Down scrolls the build output one page down;
  • Ctrl+Home jumps to the beginning of the build output;
  • Ctrl+End jumps to the end of the build output.

Actual behavior:

  • Page Up, Page Down, Ctrl+Home and Ctrl+End do not seem to do anything.

d0vgan avatar Sep 12 '23 09:09 d0vgan

Hello? I suppose something similar to the following should be possible, no? --

if terminus_console_is_been_using_for_build_output():
    use_ctrl_and_page_keys_for_scrolling()

d0vgan avatar Oct 13 '23 07:10 d0vgan