anufrievroman / calcure

Modern TUI calendar and task manager with minimal and customizable UI.
https://anufrievroman.gitbook.io/calcure
MIT License
1.56k stars 45 forks source link

Reduce screen flickering on pressing non-existing keybindings #49

Open anufrievroman opened 1 year ago

anufrievroman commented 1 year ago

Now, the screen is reloaded when whichever key is pressed, which causes a flick of the screen. It should be that only functional keys reload the screen, while any other key presses are ignored. In general, need to rewrite controls.py module.

anufrievroman commented 1 year ago

Flickering shouldn't happen on the no-keypress as well.