-
-
Notifications
You must be signed in to change notification settings - Fork 987
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c762f61
commit e90aaa8
Showing
2 changed files
with
133 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e90aaa8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found this in the changelog: https://sw.kovidgoyal.net/kitty/changelog/#id85
e90aaa8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, this ticket contains a list of terminals that support colons as color delimiters:
#7
Still don't see why but I guess some old things generate colons and terminals just have to live with it...
e90aaa8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Colons are the correct form. Semi-colons the incorrect one, read the ECMA 48 spec for SGR sub-parameters.
e90aaa8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried to find it here, but no luck :(
https://www.ecma-international.org/wp-content/uploads/ECMA-48_5th_edition_june_1991.pdf
Am I looking in the wrong place? I would have expected to find this in 8.3.117.
e90aaa8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See #227 for all the gory details.