Terminus
Terminus copied to clipboard
Page Up, Page Down, Ctrl+Home and Ctrl+End in Terminus Build System
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.
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()