I am developing one app in python curses. I am using getch() method to get pressed keys.
But I can see pressed keys on screen. I can move cursor whenever I want, but after cursor I can see what user typed.
Of course, I can erase and redraw the whole screen after every pressed key, but it’s blinking – that’s distrubing.
Any idea how to get rid of these pressed keys? Thank you
Initialize the curses class in the following way, it will solve the problem.