exo
exo copied to clipboard
TUI Improvements
- Make the TUI updates asynchronous. Probably just a framerate e.g. once per second
- The TUI shouldn't update every time a node is active - we should just show some visualisation of what's happening, not the literal activity of nodes.
Seconded. The glitchy updates are jarring. Some ideas: https://stackoverflow.com/questions/75076228/how-do-you-update-the-terminal-in-a-tui-application-without-it-flickering
The flickering is so distracting I have to make sure the window its in is hidden.