Terminal
Hello,
I'm currently trying to develop an application that should be able to run, at least, in an X11 XTerm.
However, using only stdout to output things to the terminal is not not enough, because I need to do the following:
- Make some parts of the text bold, or underline them
- Change the color of the font or the background
- Move the write cursor to an arbitrary position in the terminal
I am perfectly willing to restrict myself to less than an X11 XTerm if there is no general API for this, however I would like pointers to what kind of library I should use to do this.
Thank you.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement