0.63.0
Some checks failed
CodeQL / Analyze (go) (push) Has been cancelled
build / build (push) Has been cancelled
Test fzf on macOS / build (push) Has been cancelled
Generate Sponsors README / deploy (push) Has been cancelled

This commit is contained in:
Junegunn Choi
2025-06-28 00:32:41 +09:00
parent 111266d832
commit 397fe8e395
7 changed files with 32 additions and 28 deletions

View File

@@ -406,7 +406,6 @@ func interpretCode(ansiCode string, prevState *ansiState) ansiState {
state.fg = -1
state.bg = -1
state.attr = 0
state.lbg = -1
}
if len(ansiCode) <= 3 {