fix(terminal): stabilize Android mobile keyboard input (#325)

* fix(terminal): stabilize android mobile keyboard input

* fix(terminal): add disableStdin option to ghostty config

* refactor(terminal): remove duplicated mobile input handlers
This commit is contained in:
shekohex
2026-02-06 00:39:07 +02:00
committed by GitHub
parent 62b5ddd426
commit b17fb60393
3 changed files with 498 additions and 134 deletions
@@ -237,11 +237,6 @@ export const TerminalView: React.FC = () => {
switch (event.type) {
case 'connected': {
if (event.runtime || event.ptyBackend) {
console.log(
`[Terminal] connected runtime=${event.runtime ?? 'unknown'} pty=${event.ptyBackend ?? 'unknown'}`
);
}
setConnecting(directory, tabId, false);
setConnectionError(null);
setIsFatalError(false);