Ingo Meyer
Ingo Meyer
I cannot reproduce this on Manjaro Linux with Kitty terminal. :disappointed: Maybe this is an Apple related problem. I will run some more tests on macOS.
I can reproduce this issue on macOS Catalina with the default Apple Terminal.app. If you remove the menu item ``` "🧩 !Pending Tasks :: Consolidate", ``` simple-term-menu works as usual....
@dammaer This is probably related to #14.
This is not on my list yet, but would definitely be a great addition. Unfortunately, I have not so much free time to work on new features currently. :disappointed:
Thanks for your bug report. I can confirm the described behavior. I never tested using two keys because pressing one key already selects an entry. So currently, in this case,...
Unfortunately, this is not really possible at the moment. You could directly inject terminal escape codes into the title string, like this: ```python #!/usr/bin/env python3 from simple_term_menu import TerminalMenu def...
Do you mean in the official repositories or in any repository? It should be quite doable to upload packages to the GitHub releases page or to use a service like...
Thanks for your request. I am not familiar with RTL languages (my mother tongue is German). Is this "only" an aligning problem, or is it also necessary to mirror the...
Sorry for my late reply. Currently, simple-term-menu simply assumes that all menu entries are one-liners. Therefore, long texts are cut to keep every entry on one line. I tag your...
Thanks for giving simple-term-menu a try! :+1: Currently, the text width calculation in simple-term-menu counts escape codes as normal text. This is the reason for the broken list which you...