Lots of duplicate word typos + typo.

This commit is contained in:
Kat
2026-03-16 04:26:34 +11:00
parent 57428f33c6
commit 6fabf775bb
16 changed files with 26 additions and 27 deletions

View File

@@ -159,7 +159,7 @@ fn kitty(
switch (event.key) {
else => {},
inline .enter, .backspace => |tag| {
// See legacy for why we handle this this way.
// See legacy for why we handle this way.
if (isControlUtf8(event.utf8)) break :utf8;
if (comptime tag == .backspace) return;
return try writer.writeAll(event.utf8);