mirror of
https://github.com/kovidgoyal/kitty.git
synced 2024-11-10 13:04:03 +03:00
...
This commit is contained in:
parent
5c0d477a18
commit
092dc3d01f
@ -566,6 +566,9 @@ func (self *GraphicsCommand) WriteWithPayloadTo(o io.StringWriter, payload []byt
|
|||||||
gc.m = GRT_more_nomore
|
gc.m = GRT_more_nomore
|
||||||
}
|
}
|
||||||
err = gc.serialize_to(o, chunk)
|
err = gc.serialize_to(o, chunk)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
if !is_first {
|
if !is_first {
|
||||||
gc = GraphicsCommand{}
|
gc = GraphicsCommand{}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user