#24 #25 #33 new: sftp file edit

This commit is contained in:
lollipopkit
2023-05-28 18:21:03 +08:00
parent dbabe81e3c
commit 06be4503ca
28 changed files with 329 additions and 173 deletions

View File

@@ -228,6 +228,9 @@ class _SSHPageState extends State<SSHPage> {
_terminal.keyInput(TerminalKey.enter);
});
break;
case VirtualKeyFunc.file:
// TODO
showRoundDialog(context: context, child: const Text('TODO'));
}
}