Mobile support #190

Merged
LukeGus merged 10 commits from luke-dev into dev-1.6.0 2025-09-08 02:23:16 +00:00
Showing only changes of commit 97c7500487 - Show all commits

View File

@@ -90,6 +90,7 @@ export function TerminalKeyboard({onSendInput}: TerminalKeyboardProps) {
input = `\x1b${input}`;
}
navigator.vibrate(20)
onSendInput(input);
};