rivo / tview

Terminal UI library with rich, interactive widgets — written in Golang
MIT License
11.12k stars 576 forks source link

flashing (screen redraws) on any interaction with widgets #919

Closed wibobm closed 7 months ago

wibobm commented 1 year ago

Updated from version github.com/rivo/tview@v0.0.0-20230406072732-e22ce9588bb4 to the most recent version (v0.0.0-20231115183240-7c9e464bac02) and noticed when running apps over remote desktop that the entire app will now redraw if you interact with any widget. On the prior version of tview the screen did not redraw and performed very smoothly over remote desktops.

flashing

rivo commented 11 months ago

The latest commit upgrades to the newest tcell version which fixed this issue for Windows. So the flickering should be gone after you upgrade.