Hello StackOverflow...
This is a difficult question to word but I will attempt my hardest. Okay, If I were to make a piece of software run in the command line that would show the status of certain variables, is there any way that I could update what is drawn without adding extra lines to the screen.
Example :
-----------------------------
| COMMAND LINE INTERFACE |
-----------------------------
VARIABLE 1 <TRUE> // I would like to update this variable without creating extra lines
VARIABLE 2 <FALSE>
<--------------------------->
Thanks Guys, Hope you understand...