fix typo in CSI n handling

This commit is contained in:
Jeffrey C. Ollie
2024-02-01 10:50:49 -06:00
parent 61b964b958
commit 67e347070d

View File

@ -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]},
), ),
}, },