mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-13 03:32:28 +00:00
feat(console): add background drawing for console
This commit is contained in:
parent
43f6d1f3cd
commit
134d85bce6
2 changed files with 76 additions and 1 deletions
17
src/console/Types.hpp
Normal file
17
src/console/Types.hpp
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
#ifndef CONSOLE_TYPES_HPP
|
||||
#define CONSOLE_TYPES_HPP
|
||||
|
||||
enum COLOR_T {
|
||||
DEFAULT_COLOR,
|
||||
INPUT_COLOR,
|
||||
ECHO_COLOR,
|
||||
ERROR_COLOR,
|
||||
WARNING_COLOR,
|
||||
GLOBAL_COLOR,
|
||||
ADMIN_COLOR,
|
||||
HIGHLIGHT_COLOR,
|
||||
BACKGROUND_COLOR,
|
||||
NUM_COLORTYPES,
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue