IngoMeyer441 / simple-term-menu

A Python package which creates simple interactive menus on the command line.
MIT License
492 stars 43 forks source link

Support wide characters as preview title #80

Closed yetist closed 11 months ago

yetist commented 1 year ago

This commit fixes GitHub issue #79.

The following command test passed:

./simple_term_menu.py --preview-title 预览 -p echo a b c
IngoMeyer441 commented 11 months ago

Thanks for your bug fix, looks good to me!