pmbarrett314 / curses-menu

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

Enable custom colors in menu items #32

Closed stdedos closed 2 years ago

stdedos commented 7 years ago

Maybe it would be useful to refactor this code (and item instance) to enable custom text format?

https://github.com/pmbarrett314/curses-menu/blob/c76fc00ab9d518eab275e55434fc2941f49c6b30/cursesmenu/curses_menu.py#L206-L211

pmbarrett314 commented 2 years ago

Closing as duplicate of #16