mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
Terminal: fix color variable initialization
This commit is contained in:
parent
42df6e3d01
commit
9ce32d6414
@ -106,7 +106,7 @@ struct Char_cell
|
||||
|
||||
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,
|
||||
int colidx, bool inv, bool highlight)
|
||||
|
Loading…
Reference in New Issue
Block a user