This commit is contained in:
Mitchell Hashimoto
2022-05-10 14:13:59 -07:00
parent 1e8e80ed7b
commit 6589a47352

View File

@ -342,6 +342,7 @@ fn keyCallback(
.backspace => 0x08,
.enter => '\r',
.tab => '\t',
.escape => 0x1B,
else => return,
};