xterm.dart
xterm.dart copied to clipboard
Open vim application fail in ssh example
Application such as vim cause crash because of they send binary message instead of UTF-8 char stream. This PR resolve the probleam.
https://github.com/TerminalStudio/dartssh/pull/1