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

πŸ’» xterm.dart is a fast and fully-featured terminal emulator for Flutter, with support for mobile and desktop platforms.

Results 96 xterm.dart issues
Sort by recently updated
recently updated
newest added

εΈŒζœ›ε―δ»₯ζ”―ζŒθΎ“ε…₯δΈ­ζ–‡

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

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.

![image](https://user-images.githubusercontent.com/48266008/174698310-64662a2f-5142-464d-9474-ee21eac6194f.png) 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...