林翰宇

Results 6 issues of 林翰宇

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.

I think it's bad idea to totally reject key stroke. It made many functional keybinding not usable. Just accept it as PC does and throw those situation to application developer...

![image](https://user-images.githubusercontent.com/17355591/133884079-a02318fb-ba24-4ef7-baa6-6897966095cb.png) frontend/terminal_view.dart this api would trigger reflow and finally run into setScrollOffsetFromBottom, which refresh and make rebuild again. [rebuild in rebuild progress] is not allow so it cause crash in...

I'm developing an mobile ssh application with xterm.dart. Is there any plan to support features, such as 1. search 2. open external uri and so on? I have worked in...

The EmptyScrollActivity method would made scroll problem in mobile devices. This PR resolve the probleam https://github.com/TerminalStudio/xterm.dart/pull/51

answered

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