Michael Lamers

Results 36 comments of Michael Lamers

Sorry for the delay. I assume you did not start the isolate, did you? Like here: https://github.com/TerminalStudio/studio/blob/ec3920fe72db2e0a0ce243320ad8b644c92d15e1/studio/lib/main.dart#L139 I think we should get a better error message in that case though!

https://github.com/TerminalStudio/xterm.dart/pull/60 should solve this

The same happens here on a Mac (macOS Big Sur), Flutter 2.0.1 Arrow Keys (Left, Right) also don't work for me. Not sure if this is the same "root cause"...

On a Mac: When I don't launch the app via flutter run or the App Bundle but by executing the executable inside the script then Backspace and the Arrow keys...

@dnfield I think your problem is a specific problem of the provided sample that is not connected to any backend. Normally handling the backspace is done by the backend (local...

This issue should be fixed now, right?

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...

I assume you tried to run the isolate example, right? I opened a PR that fixes the issue that sample currently has. Thanks for reporting it!

This has been fixed with this PR: https://github.com/TerminalStudio/xterm.dart/pull/66