xterm.dart icon indicating copy to clipboard operation
xterm.dart copied to clipboard

mac os is failed

Open yxlwfds opened this issue 2 years ago • 1 comments

image

yxlwfds avatar Feb 26 '22 14:02 yxlwfds

Hi, looks like you are using the FakeTerminalBackend and not a real one (e.g. pty backend)

You can have a look at the studio app in the TerminalStudio organization to see how this can be done (combine xterm with pty): https://github.com/TerminalStudio/studio/blob/master/studio/lib/main.dart

devmil avatar Mar 13 '22 13:03 devmil