Previously, screens of TUI app are refreshed only on mouse event or
keyboard event. Now enable periodic redraw for every "n" secs.
Also, refactor the signature of eventloop function to make it shorter
after adding a new argument.
Category
Improvement
Relevant issue
Testing
perunnodetui component does not have unit tests. When running the app, all data should be automatically updated in real time, even the app is not focused. Visibly, the change in time (in the top right corner) can be observed.
Steps to run the tests
Checklist
[x] Name is added to the NOTICE file, if it is not present already.
Description
Previously, screens of TUI app are refreshed only on mouse event or keyboard event. Now enable periodic redraw for every "n" secs.
Also, refactor the signature of eventloop function to make it shorter after adding a new argument.
Category
Improvement
Relevant issue
Testing
perunnodetui component does not have unit tests. When running the app, all data should be automatically updated in real time, even the app is not focused. Visibly, the change in time (in the top right corner) can be observed.
Steps to run the tests
Checklist