For Python 2.7, is there a way to initialize curses without have the screen blank/clear? Right now I am using
stdscr = curses.initscr()
No. The python curses library is built on the curses/ncurses library. initscr always clears the screen so the library starts with the screen in a known state (empty).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With