Added coloured output to c example

This commit is contained in:
James Booth
2014-06-11 21:30:23 +01:00
parent 43eb38da2d
commit 4ccbeb99ae

View File

@@ -51,6 +51,10 @@ handle_reverse(PROF_WIN_TAG win, char *line)
}
buf[pos] = '\0';
prof_win_show(win, buf);
prof_win_show_red(win, "Red");
prof_win_show_yellow(win, "Yellow");
prof_win_show_green(win, "Green");
prof_win_show_cyan(win, "Cyan");
}
void