For the following questions, answers may be for C/C++, C#, or Python. I would like the answers to be cross platform if possible but I realize I will probably need conio
or ncurses
- How do I output colored text?
- How would I do a GUI like
top
ornethack
where certain things are "drawn" to certain spaces in the terminal?
If possible a small oneliner code example would be great.