Update skipped files in previous commit
git-svn-id: svn://kolibrios.org@9766 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -5,13 +5,14 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
if(con_init()) return 1; // init fail
|
||||
(*con_set_title)("Console colors");
|
||||
if (con_init())
|
||||
return 1; // init fail
|
||||
(*con_set_tsitle)("Console colors");
|
||||
|
||||
// con_write_asciiz("\033[0;31;42m test \n"); // red on green bk
|
||||
// con_write_asciiz("\033[0;31;42m test \n"); // red on green bk
|
||||
|
||||
for(int i = 30; i < 48; i++){
|
||||
(*con_printf)("\033[%dmColor 0x%02X: ", i, i);
|
||||
for (int i = 30; i < 48; i++) {
|
||||
(*con_printf)("\033[%dmColor 0x%02X: ", i, i);
|
||||
(*con_write_asciiz)("Text sample.");
|
||||
(*con_printf)(" printf %s test %d\n", "small", i);
|
||||
}
|
||||
|
Reference in New Issue
Block a user