My problem is an extension of the problem listed here: Bash or Python, When print characters to terminal, how to CHANGE a character at a FIXED position?
I would like to ask the user to annotate some information that I am going to display on the screen. I would then like to collect their response, erase what has been displayed and display the new information in place for them to annotate.
If you attempt to use input or the sys.stdin methods then a new line will be generated and the new display will appear after the fact.
Is there a way to manipulate the output buffer while I take inputs?