mirror of
https://github.com/rivo/tview.git
synced 2026-04-27 05:45:49 +03:00
[GH-ISSUE #919] flashing (screen redraws) on any interaction with widgets #672
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#672
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wibobm on GitHub (Nov 18, 2023).
Original GitHub issue: https://github.com/rivo/tview/issues/919
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.
@rivo commented on GitHub (Dec 6, 2023):
The latest commit upgrades to the newest
tcellversion which fixed this issue for Windows. So the flickering should be gone after you upgrade.