mirror of https://github.com/liamg/aminal.git
fix 00 SGR
This commit is contained in:
parent
5ae70eeedc
commit
c76ef8216f
|
@ -256,7 +256,7 @@ func (terminal *Terminal) processInput(buffer chan rune) {
|
|||
for i := range params {
|
||||
param := params[i]
|
||||
switch param {
|
||||
case "0", "":
|
||||
case "00", "0", "":
|
||||
terminal.cellAttr = terminal.defaultCellAttr
|
||||
case "1", "01":
|
||||
terminal.cellAttr.Bold = true
|
||||
|
|
Loading…
Reference in New Issue