mirror of https://github.com/liamg/aminal.git
ANSI CSI 22m should also turn off bold
This commit is contained in:
parent
93392fc149
commit
955ebceacd
|
@ -929,6 +929,7 @@ func (t *Terminal) sgrSequenceHandler(params []string) bool {
|
|||
t.GetActiveBuffer().getCursorAttr().bold = false
|
||||
case "22":
|
||||
t.GetActiveBuffer().getCursorAttr().dim = false
|
||||
t.GetActiveBuffer().getCursorAttr().bold = false
|
||||
case "23":
|
||||
t.GetActiveBuffer().getCursorAttr().italic = false
|
||||
case "24":
|
||||
|
|
Loading…
Reference in New Issue