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

Crash in mobile platform when use vim or tmux

Open linhanyu opened this issue 4 years ago • 1 comments

image

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.

image

I think it should be carefully use rebuild api in builder: )

linhanyu avatar Sep 18 '21 09:09 linhanyu

I have test in my android device, flutter 2.6.

linhanyu avatar Sep 18 '21 09:09 linhanyu