Ingo Meyer
Ingo Meyer
@jheinen AFAIK, it is intended behavior, that new plots after closing grplot do not open a new window, isn't it?
Yes, currently, a new figure overwrites an older figure in the grplot window. Maybe, we should discuss, if this is a good default behavior or if it should at least...
Awesome, thanks for your contribution! I think this PR is related to issue #14. I have some questions regarding your code changes: - Is there a reason not to use...
~~Could you please append a code example which produces this error message?~~ Sorry, I didn't read your message carefully enough. The error is a bit odd because the assignment is...
Hmm, maybe another errors causes a skip of `_paint_menu`. `_clear_menu` is always called, because it is in a `finally` block (line `1598`).
I run some tests with this code snippet: ```python #!/usr/bin/env python3 from simple_term_menu import TerminalMenu def main(): # menu = TerminalMenu(map(str, range(200)), title="page up/down test") menu = TerminalMenu( ["Co\x1b[31mntai\x1b[0mer 1",...
Thanks for your feature request. This should be doable without many code modifications. I will look into this within the next days.
This should be quite easy to add, I will look into this in the next days! :smile:
Could you please give a small code example how this feature is intended to be used? If I understand the documentation of `console-menu` correctly, the function is executed after the...
Implemented in commit be1625ad5f0b31532a9457613e339878dd96c088. Could you please test it? To activate the *leap* mode as default mode, you can set in your `.tmux.conf`: ``` set -g @easy-motion-default-motion "bd-f2" ```