Searched defs:vc_state (Results 1 – 1 of 1) sorted by relevance
46 struct vc_state { struct47 unsigned int x, y;49 unsigned char color;51 unsigned char Gx_charset[2];52 unsigned int charset : 1;55 enum vc_intensity intensity;56 bool italic;57 bool underline;58 bool blink;59 bool reverse;[all …]