From a0145cebf284898fce182d78a1edae7270d16f57 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 2 Nov 2023 00:15:02 +0900 Subject: sixel: Better handling of animated GIFs (#2544) --- src/tui/light.go | 1 - 1 file changed, 1 deletion(-) (limited to 'src/tui/light.go') 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) { -- cgit v1.2.3