A new remote control command to visually select a window

Fixes #4165
This commit is contained in:
Kovid Goyal
2021-10-30 13:56:48 +05:30
parent c541d7e349
commit 816360c275
7 changed files with 121 additions and 15 deletions

View File

@@ -31,6 +31,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- A new remote control command to :program:`change the tab color <kitty @
set-tab-color>` (:iss:`1287`)
- A new remote control command to :program:`visually select a window <kitty @
select-window>` (:iss:`4165`)
- Add support for reporting mouse events with pixel co-ordinates using the
``SGR_PIXEL_PROTOCOL`` introduced in xterm 359