mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-18 05:20:29 +00:00
send esc
This commit is contained in:
@@ -342,6 +342,7 @@ fn keyCallback(
|
||||
.backspace => 0x08,
|
||||
.enter => '\r',
|
||||
.tab => '\t',
|
||||
.escape => 0x1B,
|
||||
else => return,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user