xterm.dart
xterm.dart copied to clipboard
π» xterm.dart is a fast and fully-featured terminal emulator for Flutter, with support for mobile and desktop platforms.
εΈζε―δ»₯ζ―ζθΎε ₯δΈζ
The InputListener class supports a readOnly property to disable handling any input and prevents a Softkeyboard from being shown. Upto now the property was not accessible when creating a TerminalView....
i clone your project ,and run local.dart with command 'flutter run -d macos',and error like that: The process has forked and you cannot use this CoreFoundation functionality safely. You MUST...
Fix the bug according to #88.
It throws `RangeError (byteOffset): Index out of range: index must not be negative: -36` when I call the `selectedText` of `Terminal` instance. **Step:** 1. Select a line text in `TerminalView`...
Hi, in your example you are using an old version of dartssh2. If i try to use the latest version of dartssh2, it stucks on connecting unfortunately and the xterm...
https://github.com/TerminalStudio/xterm.dart/issues/65 fix crash problem when opening vim or tmux. Use microtask to asynchronous scroll event handler.It make rebuild progress wouldn't happened in viewportBuilder so [rebuild in rebuild progress] wouldn't happen.
 It seems that `onInput` handler guided in `README.md` does not work based on the latest `xterm.dart` version (2.6.0). The error says: **The named parameter 'onInput' isn't defined.** Is this...