mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 15:04:50 +02:00
Allow faint as an alias for dim
This commit is contained in:
@@ -327,7 +327,7 @@ func parse_spec(spec string) []escape_code {
|
||||
sgr.italic.from_string(val)
|
||||
case "reverse":
|
||||
sgr.reverse.from_string(val)
|
||||
case "dim":
|
||||
case "dim", "faint":
|
||||
sgr.dim.from_string(val)
|
||||
case "underline", "u":
|
||||
sgr.underline.from_string(val)
|
||||
|
||||
Reference in New Issue
Block a user