xterm.dart
xterm.dart copied to clipboard
Crash in mobile platform when use vim or tmux

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 flutter. which happened in vim or tmux application.

I think it should be carefully use rebuild api in builder: )
I have test in my android device, flutter 2.6.