mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
Terminal: fix color variable initialization
This commit is contained in:
committed by
Norman Feske
parent
42df6e3d01
commit
9ce32d6414
@@ -106,7 +106,7 @@ struct Char_cell
|
|||||||
|
|
||||||
enum { COLOR_MASK = 0x3f }; /* 111111 */
|
enum { COLOR_MASK = 0x3f }; /* 111111 */
|
||||||
|
|
||||||
Char_cell() : attr(0), ascii(0) { }
|
Char_cell() : attr(0), ascii(0), color(0) { }
|
||||||
|
|
||||||
Char_cell(unsigned char c, Font_family::Face f,
|
Char_cell(unsigned char c, Font_family::Face f,
|
||||||
int colidx, bool inv, bool highlight)
|
int colidx, bool inv, bool highlight)
|
||||||
|
|||||||
Reference in New Issue
Block a user