mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-25 22:38:36 +00:00
Lots of duplicate word typos + typo.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user