Group: comp.lang.c · Group Profile · Search for Hello World in comp.lang.c
Author: Gestorm
Date: Jun 15, 2008 23:53
... Jun 16, 2:10 pm, viza <tom.v...@gmil.com> wrote: It is not a Linux specific thing it is a terminal type specific thing. On my terminal I can use: fputs( "\033[31mHello World!\n", stdout ); Lookup the different codes on:http://www.ibm.com/developerworks/linux/library/l-tip-prompt/ in particular, lookup the code for how to reset it back to what might be the "correct" ...
|