aisk / pick

create curses based interactive selection list in the terminal
MIT License
721 stars 60 forks source link

A way to not clear screen when using in Curses? #94

Closed Cornelius-Figgle closed 4 months ago

Cornelius-Figgle commented 1 year ago

So I have a basic curses console app and I have embedded pick into it using the screen argument. I use pick to make choosing an option easier for parts of the app

However, pick still overwrites the entire screen when choosing an option, rather than adding to what is already there

Is there a way to make it wrote at the end of the screen, or even just at a specific cursor location (argument-passed I guess)?

Cornelius-Figgle commented 1 year ago

95

juxeii commented 1 year ago

When will this get merged?

Cornelius-Figgle commented 1 year ago

@juxeii That's what I would like to know

TomerGadol commented 7 months ago

This would be very helpful. Hope to see it merged soon!

aisk commented 4 months ago

95 has been merged and shipped with v2.3.