简体   繁体   中英

Color console boxes in linux terminal

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?

如果你只想创建简单的标准小部件,你可以尝试对话库 ,但如果你需要更强大的东西,那么你可以选择ncurses

I see you already accepted an answer but I think Newt is exactly what you are looking for. Follow the link to the website to download.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM