mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
Specify the behavior of underline color w.r.t. reverse video
This commit is contained in:
parent
5ff4a6f4d8
commit
74445674f2
1 changed files with 3 additions and 0 deletions
|
|
@ -51,6 +51,9 @@ To reset the underline color (also previously reserved and unused)::
|
|||
|
||||
<ESC>[59m
|
||||
|
||||
The underline color must remain the same under reverse video, if it has a
|
||||
color, if not, it should follow the foreground color.
|
||||
|
||||
To detect support for this feature in a terminal emulator, query the terminfo database
|
||||
for the ``Su`` boolean capability.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue