aisk / pick

create curses based interactive selection list in the terminal
MIT License
722 stars 61 forks source link

Anyway to not do screen clear? #50

Closed juandiegopalomino closed 1 year ago

juandiegopalomino commented 3 years ago

I'm trying to offer a helpful description rendered with rich and then having options on how to proceed at the bottom with pick

juandiegopalomino commented 3 years ago

I managed to get it to work by capturing the rich output, and passing it as the title but it can't seem to render unicode.

wong2 commented 2 years ago

Can you show some code here?

pranjal-joshi commented 2 years ago

I want to append the Prompt without clearing the existing data on the screen. How to do it @wong2 ?

idoo commented 2 years ago

that would be awesome to have :)

tnkyyy commented 2 years ago

Any info on this?

manuelfuchs commented 1 year ago

@wong2 any updates on this? I am happy to help if needed.

wong2 commented 1 year ago

PRs are always welcome!

wong2 commented 1 year ago

After some research, I have to say this is technically hard (if not impossible) to do, curses is designed to clear the screen. So I will close this issue for now.