mirror of
https://github.com/junegunn/fzf.git
synced 2026-08-14 11:51:05 +08:00
Comment cleanup
This commit is contained in:
@@ -256,8 +256,6 @@ func (r *LightRenderer) move(y int, x int) {
|
|||||||
} else if r.y > y {
|
} else if r.y > y {
|
||||||
r.csi(fmt.Sprintf("%dA", 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 {
|
if x == 0 {
|
||||||
r.stderr("\r")
|
r.stderr("\r")
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user