-
Notifications
You must be signed in to change notification settings - Fork 218
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
Ability to overwrite the input line. #181
Comments
You need to create a class derived from
This will leave the line completely cleaned when exiting the |
Works very well, thank you very much. |
I've just managed to upgrade my application to the latest version and tested the new As far as I can see, that is because |
Sorry for the long response times. I've just tested 3.8.0 and it works as advertised. Thank you very much. |
It would be nice if there would be the ability to overwrite the input line.
Like this:
Now, when the user presses enter/return, the terminal should not advance to the next line, but instead the whole line should be removed and the cursor should return to the beginning of the line:
I'm not sure if that is easily possible, though.
The text was updated successfully, but these errors were encountered: