Add the ability to unscroll the screen to the `kitty @ scroll-window` remote control command

Fixes #3604
This commit is contained in:
Kovid Goyal
2021-05-11 14:35:47 +05:30
parent bcb739fcd2
commit 7c5706ead9
3 changed files with 21 additions and 9 deletions

View File

@@ -25,6 +25,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Add a configurable mouse action to select from the clicked point to the end of the line.
(:iss:`3585`)
- Add the ability to unscroll the screen to the ``kitty @ scroll-window``
remote control command (:iss:`3604`)
- Unicode input kitten: Fix a regression in 0.20.0 that broke keyboard handling
when the num lock or caps lock modifiers were engaged. (:iss:`3587`)