Can't set text background with ANSI Escape
Posted: Fri Feb 14, 2014 2:09 pm
When I try to use the following code:
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.
Code: Select all
printf("\e[4;0H\e[30;47mN_BLOCK_N\n");
I am using Dolphin Emulator to test my .dol.
It is configured to use XFB properly.