mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-17 18:50:11 +00:00
OSC: fix typo
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user