So I have noticed that things (for lack of a better word) like this and are just done in the console using special characters and changing their color. I know how to accomplish this on windows but how would I go about doing this in linux (I am using ubuntu if that matters)? Are there any predefined classes out there to help construct these textboxes?
+1 for brevity.
Jon Purdy
2010-09-09 16:55:27
+3
A:
If you just want to create simple standard widgets you may try dialog library, but if you need something more powerful then ncurses is your choice.
Zuljin
2010-09-09 17:05:44