Comment cleanup
Some checks are pending
CodeQL / Analyze (push) Waiting to run
build / build (push) Waiting to run
Test fzf on macOS / build (push) Waiting to run

This commit is contained in:
Junegunn Choi 2026-07-15 18:30:17 +09:00
parent 8e340dabbc
commit 1462f1358d
No known key found for this signature in database
GPG key ID: D9770615D226D94C

View file

@ -256,8 +256,6 @@ func (r *LightRenderer) move(y int, x int) {
} else if r.y > y {
r.csi(fmt.Sprintf("%dA", r.y-y))
}
// Use CHA instead of CR+CUF; Zellij misplaces the next character when
// CUF moves the cursor over cells that have not been written to yet.
if x == 0 {
r.stderr("\r")
} else {