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