HelenOS sources

CHAR_ATTR_RGB     235 uspace/app/terminal/terminal.c 	case CHAR_ATTR_RGB:
CHAR_ATTR_RGB      97 uspace/lib/congfx/src/console.c 		ch->attrs.type = CHAR_ATTR_RGB;
CHAR_ATTR_RGB      96 uspace/lib/output/include/io/charfield.h 	case CHAR_ATTR_RGB:
CHAR_ATTR_RGB     356 uspace/lib/output/src/chargrid.c 	scrbuf->attrs.type = CHAR_ATTR_RGB;
CHAR_ATTR_RGB     154 uspace/lib/vt/src/vt100.c 	case CHAR_ATTR_RGB:
CHAR_ATTR_RGB     297 uspace/srv/hid/console/console.c 	} else if (ch->attrs.type == CHAR_ATTR_RGB) {
CHAR_ATTR_RGB     269 uspace/srv/hid/output/output.c 		dev->attrs.type = CHAR_ATTR_RGB;
CHAR_ATTR_RGB     119 uspace/srv/hid/output/port/ddev.c 	case CHAR_ATTR_RGB:
CHAR_ATTR_RGB      91 uspace/srv/hid/output/port/ega.c 	case CHAR_ATTR_RGB:
CHAR_ATTR_RGB     333 uspace/srv/hid/remcons/remcons.c 		attrs.type = CHAR_ATTR_RGB;
HelenOS homepage, sources at GitHub