From 1462f1358de5572630c198714729bd3b4b5b40cc Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Wed, 15 Jul 2026 18:30:17 +0900 Subject: [PATCH] Comment cleanup --- src/tui/light.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tui/light.go b/src/tui/light.go index 593b2be6..f278b810 100644 --- a/src/tui/light.go +++ b/src/tui/light.go @@ -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 {