send tab to process

This commit is contained in:
Mitchell Hashimoto
2022-04-28 20:10:42 -07:00
parent f44649476d
commit 79d2474aae

View File

@ -309,6 +309,7 @@ fn keyCallback(
.l => if (mods.control) 0x0C else return,
.backspace => 0x08,
.enter => '\n',
.tab => '\t',
else => return,
};