Allow reverse video for the mouse selection

Fixes #646
This commit is contained in:
Kovid Goyal 2021-10-28 15:01:48 +05:30
parent 28386cc496
commit 702bfccfa2
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
7 changed files with 22 additions and 17 deletions

View file

@ -19,6 +19,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Allow rendering the cursor with a *reverse video* effect. See :opt:`cursor`
for details (:iss:`126`)
- Allow rendering the mouse selection with a *reverse video* effect. See
:opt:`selection_foreground` (:iss:`646`)
- A new option :opt:`tab_bar_align` to draw the tab bar centered or right
aligned (:iss:`3946`)