pmbarrett314 / curses-menu

A simple console menu system in python using the curses library
MIT License
471 stars 55 forks source link

Incorporated fix for Screen not getting cleared between menus issue #29 #39

Closed sunomie closed 4 years ago

sunomie commented 5 years ago

Incorporated fix for Screen not getting cleared between menus issue #29

Credit for the fix goes to @ianling. The alternative fix recommended by fiendish does not seem to fix the issue with my testing. I tried fixing it some other ways myself, and nothing worked as well as what ianling had recommend. With 11 likes on the fix, I figured it was time to put in the PR.