mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-09 05:35:19 +02:00
...
This commit is contained in:
@@ -566,6 +566,9 @@ func (self *GraphicsCommand) WriteWithPayloadTo(o io.StringWriter, payload []byt
|
||||
gc.m = GRT_more_nomore
|
||||
}
|
||||
err = gc.serialize_to(o, chunk)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
if !is_first {
|
||||
gc = GraphicsCommand{}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user