Ingo Meyer
Ingo Meyer
@VaderFuntime Do you think of assigning a style to one menu item? Escape codes could style every individual character, so they would be very flexible. However, they are terminal dependent,...
Ok, that's true. I will try to add some more styling attributes when I find some time.
Hey Christian, > first of all many thanks for this nice package, if I run into you in Seecasino you'll get at least a coffee ;-) Ah nice, simple-term-menu is...
I think this is related to issue #31. Does the scrolling feature already fix this issue?
Hey, interesting idea. Do you want to display multiple previews in parallel?
Ah, I see. This would definitely be more compact, but also needs many code changes. I can add it to my todo list, but do not expect it to land...
> I just skimmed to the code briefly and I am not sure how interactivity is implemented. Is it done only by outputing escape sequences and calls to termios for...
> There are ncurses wrappers out there that support windows. I came across this one the other day which appears to be feature complete. I am not sure there are...
Hey and thanks for the hint. I actually didn't know about the `py.typed` marker and thought that MyPy would pick up type hints automatically. So it is enough to create...
A `py.typed` marker is added in commit be7b3a947122c236218b24fa7eb3027c0532fe4e. **However**, this won't work at the moment. :disappointed: PEP561 mentions: > This PEP does not support distributing typing information as part of...