-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A way to not clear screen when using in Curses? #94
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So I have a basic
curses
console app and I have embeddedpick
into it using thescreen
argument. I usepick
to make choosing an option easier for parts of the appHowever,
pick
still overwrites the entire screen when choosing an option, rather than adding to what is already thereIs 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)?
The text was updated successfully, but these errors were encountered: