Pass key events mapped to scroll actions to the program running in the terminal when the terminal is in alternate screen mode

Fixes #5839
This commit is contained in:
Kovid Goyal
2022-12-30 08:54:31 +05:30
parent c76bbeabd6
commit 4f9ed6546a
3 changed files with 42 additions and 17 deletions

View File

@@ -27,6 +27,11 @@ Browse scrollback in less :sc:`show_scrollback`
Browse last cmd output :sc:`show_last_command_output` (see :ref:`shell_integration`)
========================= =======================
The scroll actions only take effect when the terminal is in the main screen.
When the alternate screen is active (for example when using a full screen
program like an editor) the key events are instead passed to program running in the
terminal.
Tabs
~~~~~~~~~~~