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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user