mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
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:
parent
c76bbeabd6
commit
4f9ed6546a
3 changed files with 42 additions and 17 deletions
|
|
@ -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
|
||||
~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue