A new remote control command to change tab color

Fixes #1287
This commit is contained in:
Kovid Goyal
2021-10-12 12:47:52 +05:30
parent 8187ec2cef
commit 5afb16ab8d
4 changed files with 139 additions and 35 deletions

View File

@@ -22,6 +22,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Allow the user to supply a custom Python function to draw tab bar. See
:opt:`tab_bar_style`
- A new remote control command to :program:`change the tab color <kitty @
set-tab-color>` (:iss:`1287`)
- Add support for reporting mouse events with pixel co-ordinates using the
``SGR_PIXEL_PROTOCOL`` introduced in xterm 359