pmbarrett314 / curses-menu

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

Run menu in a curses window #36

Open hckr opened 5 years ago

hckr commented 5 years ago

It'd be great to have a possibility to show menu in one curses window and in the other display something else, e. g. diagnostic messages.

If I'm not mistaken, currently menu always uses the whole console space.