mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
Allow rendering the cursor with reverse video
Also clean up handling of dynamic global colors. TODO: Implement none for selection_fg TODO: Add some tests TODO: Check that changing colors via remote control works Fixes #126
This commit is contained in:
parent
3ca3c67828
commit
0fdafd8398
16 changed files with 167 additions and 101 deletions
|
|
@ -16,6 +16,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
|
|||
the keyboard. Pressing it causes numbers to appear over each visible window
|
||||
and you can press the number to focus the corresponding window (:iss:`4110`)
|
||||
|
||||
- Allow rendering the cursor with a *reverse video* effect. See :opt:`cursor`
|
||||
for details (:iss:`126`)
|
||||
|
||||
- A new option :opt:`tab_bar_align` to draw the tab bar centered or right
|
||||
aligned (:iss:`3946`)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue