kitty: respond OK with metadata on display transmissions

This commit is contained in:
Mitchell Hashimoto
2024-09-03 11:05:04 -07:00
parent e9c83a5f64
commit 2acd7e8a42
3 changed files with 16 additions and 10 deletions

View File

@@ -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));
}
}