aegirhall / console-menu

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

Added exit_menu_char option to SelectionMenu and MultiSelectionMenu #90

Open WebmasterTD opened 1 year ago

WebmasterTD commented 1 year ago

Added exit_menu_char option to SelectionMenu and MultiSelectionMenu To allow consistent escape characters from all menus.

spohorec commented 1 year ago

Was coming here to see if anyone had added this feature :100: