mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-23 21:30:19 +00:00
kitty: respond OK with metadata on display transmissions
This commit is contained in:
@@ -304,7 +304,7 @@ pub const StreamHandler = struct {
|
||||
try resp.encode(buf_stream.writer());
|
||||
const final = buf_stream.getWritten();
|
||||
if (final.len > 2) {
|
||||
// log.warn("kitty graphics response: {s}", .{std.fmt.fmtSliceHexLower(final)});
|
||||
log.debug("kitty graphics response: {s}", .{std.fmt.fmtSliceHexLower(final)});
|
||||
self.messageWriter(try termio.Message.writeReq(self.alloc, final));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user