Merge pull request #1430 from jcollie/csi-n-typo

fix typo in CSI n handling
This commit is contained in:
Mitchell Hashimoto
2024-02-01 09:15:59 -08:00
committed by GitHub

View File

@ -658,7 +658,7 @@ pub fn Stream(comptime Handler: type) type {
} else log.warn("unimplemented setModifyKeyFormat: {}", .{action}),
else => log.warn(
"unknown CSI m with intermediate: {}",
"unknown CSI n with intermediate: {}",
.{action.intermediates[0]},
),
},