Page 1 of 1

Can't set text background with ANSI Escape

Posted: Fri Feb 14, 2014 2:09 pm
by gskw
When I try to use the following code:

Code: Select all

printf("\e[4;0H\e[30;47mN_BLOCK_N\n");
The text color gets set, but the background color doesn't.
I am using Dolphin Emulator to test my .dol.
It is configured to use XFB properly.