OSC: fix typo

This commit is contained in:
Jeffrey C. Ollie
2025-05-24 08:59:37 -05:00
parent e0ddc7a2fa
commit 35384670c4

View File

@@ -1369,7 +1369,7 @@ pub const StreamHandler = struct {
}
}
if (report) {
// If any of the operations were reports, finialize the report
// If any of the operations were reports, finalize the report
// string and send it to the terminal.
try writer.writeAll(terminator.string());
const msg = try termio.Message.writeReq(self.alloc, response.items);