summaryrefslogtreecommitdiffstats
path: root/src/tui/light.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2023-11-02 00:15:02 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2023-11-02 00:15:42 +0900
commita0145cebf284898fce182d78a1edae7270d16f57 (patch)
treec1081a17bdc91b8dadd39e0a3aab79e3f0f651c8 /src/tui/light.go
parent69176fc5f4251b33cd91fbdc43699eb0eaf76b23 (diff)
sixel: Better handling of animated GIFs (#2544)
Diffstat (limited to 'src/tui/light.go')
-rw-r--r--src/tui/light.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tui/light.go b/src/tui/light.go
index e5080d1d..e9cf04eb 100644
--- a/src/tui/light.go
+++ b/src/tui/light.go
@@ -33,7 +33,6 @@ var offsetRegexpBegin *regexp.Regexp = regexp.MustCompile("^\x1b\\[[0-9]+;[0-9]+
func (r *LightRenderer) PassThrough(str string) {
r.queued.WriteString("\x1b7" + str + "\x1b8")
- r.flush()
}
func (r *LightRenderer) stderr(str string) {