mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-09-05 19:08:17 +00:00
OSC: fix bug with buffer disappearing
This commit is contained in:
@@ -1367,7 +1367,7 @@ pub const StreamHandler = struct {
|
||||
}
|
||||
if (report) {
|
||||
try writer.writeAll(terminator.string());
|
||||
const msg: termio.Message = .{ .write_stable = response.items };
|
||||
const msg = try termio.Message.writeReq(self.alloc, response.items);
|
||||
self.messageWriter(msg);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user