Avoiding "return to terminal" after cursive.run() #755
Unanswered
massimo79m
asked this question in
Q&A
Replies: 1 comment
-
Hi, and thanks for the question! The easiest way would be to have a single call to run(). and replace the views there.
As a bonus, you could improve the loading screen: either show a spinner, or (if you have it) display the current progress (for example using a progress bar), maybe a "cancel" button, ... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm developing a software with cursive, and it is made of various "forms".
It prepares a form, then it run() it, then it crunches the data and runs another form.
I tried all the backends, but when the run() ends, the form disappears and the previous terminal reappears(the terminal i had before launching my application) between the end of the first run() and the next run().
It is quite annoying, for me would be optimal if the first form would remain on the screen while the second form is calculated.
Is there a way?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions