I'm writing a simple connect-4 program in Lisp and ideally each player (red, black) would have their own color when the game state is displayed. Does anyone know how to print colored ASCII characters? How is this done in general? I'm using emacs 23, so the solution might be specific to emacs itself.
Anyways, I've checked the hyperspec to see if FORMAT can do it but no luck so far. Thanks in advance.