On 31 May 2014 10:46, Errigour wrote: > So what does gcc compile when it processes \x1B[0;33m? Like where is the part > about parsing \x1B[0;33m in the gcc source so I can try to disect the > kernel? GCC doesn't process it in any way. GCC outputs the colour escape sequences verbatim and the terminal interprets them.