mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
fix typo in CSI n handling
This commit is contained in:
@ -658,7 +658,7 @@ pub fn Stream(comptime Handler: type) type {
|
|||||||
} else log.warn("unimplemented setModifyKeyFormat: {}", .{action}),
|
} else log.warn("unimplemented setModifyKeyFormat: {}", .{action}),
|
||||||
|
|
||||||
else => log.warn(
|
else => log.warn(
|
||||||
"unknown CSI m with intermediate: {}",
|
"unknown CSI n with intermediate: {}",
|
||||||
.{action.intermediates[0]},
|
.{action.intermediates[0]},
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user