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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user