Ingo Meyer

Results 103 comments of Ingo Meyer

Thanks for your bug report! I already have an idea why this happens. 👍

Thanks for your feature suggestion. Did you already try the `--stdout` option? ``` --stdout Print the selected menu index or indices to stdout (in addition to the exit status). Multiple...

This is not implemented at the moment. It needs probably many code changes because the code assumes that each entry uses exactly one line.

Thanks for the great job to fix #5. :+1: I think I will first separate the existing code into a terminal dependent (→ backend) and independent part to avoid all...

Not yet. I started to work on integrating the changes, but switched to other tasks...

Hey @mvincerx, thanks for trying my library. :+1: So the `status_bar` parameter is not working for you at all? I used your example: ```python #!/usr/bin/env python3 from simple_term_menu import TerminalMenu...

Do you have an example of another documentation which is better? I already thought about creating a multi page documentation (for example on read the docs) with an API reference...

I am sorry, Windows is currently not supported. See #5 for the related issue.

Thanks for reporting this. You are right, the status bar should get the part behind the bar. Will add this to my todo list...

This is a topic I am actually also interested in. Until now, I don't know how to do this because of the interactive part of the menu and the stream...