Index: uspace/lib/congfx/src/console.c
===================================================================
--- uspace/lib/congfx/src/console.c	(revision 7dbf1f638b9208de583dc8a8bb3a419e0c25b6f4)
+++ uspace/lib/congfx/src/console.c	(revision a29af3775ae7da7e0c759cb32db2f969bec00a46)
@@ -91,5 +91,5 @@
 	uint8_t attr;
 
-	if ((clr >> 24) == 0) {
+	if ((clr >> 24) == 0xff) {
 		/* RGB (no text) */
 		ch->ch = 0;
