m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 07:43:39 -05:00

sixel: Better handling of animated GIFs (#2544)

This commit is contained in:
Junegunn Choi
2023-11-02 00:15:02 +09:00
parent 69176fc5f4
commit a0145cebf2
2 changed files with 10 additions and 5 deletions

View File

@@ -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) {