aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tbi/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tbi/screen.h')
-rw-r--r--lib/tbi/screen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tbi/screen.h b/lib/tbi/screen.h
index ae25640..cff98a8 100644
--- a/lib/tbi/screen.h
+++ b/lib/tbi/screen.h
@@ -9,6 +9,7 @@ struct screen
EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *stdout;
EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *stderr;
UINTN columns, lines; // current screen size
+ INT32 attr; // main screen attributes
};
/*