diff options
Diffstat (limited to 'lib/tbi/screen.c')
-rw-r--r-- | lib/tbi/screen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tbi/screen.c b/lib/tbi/screen.c index 7eb9ac2..ae4f2be 100644 --- a/lib/tbi/screen.c +++ b/lib/tbi/screen.c @@ -23,6 +23,7 @@ struct screen *prepare_screen(VOID) &(scr->columns), &(scr->lines) ); + scr->attr = gST->ConOut->Mode->Attribute; return scr; } |