aegirhall / console-menu

A simple Python menu system for building terminal user interfaces.
MIT License
365 stars 58 forks source link

Enable menu_char to take strings instead of just chars #95

Open SuppliedOrange opened 8 months ago

SuppliedOrange commented 8 months ago

Changing %c from %s to enable the menu character to take strings instead of just chars.

I made this change so that I could use stuff like

menu_char=color(item.index(), fg="red")