tui.set
tui.set ID VALUE
Sets a widget’s value without redrawing it.
Notes
- Use it to prepare several widgets before one repaint, or before the first render. While the app runs, use
tui.updateso the change is visible. - Checkbox values must be
0or1.
