mirror of
https://github.com/rivo/tview.git
synced 2026-04-27 05:45:49 +03:00
[GH-ISSUE #710] Ability to set redraw pause #518
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#518
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 @tuisuperior on GitHub (Mar 13, 2022).
Original GitHub issue: https://github.com/rivo/tview/issues/710
Currently, there is no way to set
redrawPauseto a custom value since it is a constant and it is not exported. I would like to propose to export it and convert it into a variable to set the tickrate to a higher or lower value.@SamWhited commented on GitHub (Mar 13, 2022):
Instead of exporting it as a package scoped variable, something like the proposal in #711 might be better if this is desired. It may not be a good idea though; this probably isn't something that should be messed with 99% of the time.
@rivo commented on GitHub (Nov 12, 2022):
@tuisuperior Can you elaborate a bit on why you would need to change this, what would be a better value for you and why?