I don't know how to explain this very well, but here's a shot at it. Don't hesitate to ask for clarification, please.
Suppose I have a console that displays numbers that change with certain events. The best example would be a "plane" instrument that shows altitude, direction, wind, etc. Like so:
Altitude: 9876ft Direction: NE
Wind: 5km, NE
...
I only have a Windows and Linux console and I want these values to refresh themselves in place.
Is this simple? C or C# code and any pointers would definitely help.
Thanks.