OSC: fix typo
parent
e0ddc7a2fa
commit
35384670c4
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue