[GH-ISSUE #710] Ability to set redraw pause #518

Open
opened 2026-03-04 01:05:40 +03:00 by kerem · 2 comments
Owner

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 redrawPause to 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.

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 `redrawPause` to 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.
Author
Owner

@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.

<!-- gh-comment-id:1066177726 --> @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.
Author
Owner

@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?

<!-- gh-comment-id:1312479123 --> @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?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tview#518
No description provided.