Changeset 7284260 in mainline for console/screenbuffer.h
- Timestamp:
- 2006-06-06T23:28:07Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bba6b09
- Parents:
- 0f09bd45
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
console/screenbuffer.h
r0f09bd45 r7284260 31 31 32 32 33 #define DEFAULT_FOREGROUND 0x ffff00 /**< default console foreground color */34 #define DEFAULT_BACKGROUND 0x 000080 /**< default console background color */33 #define DEFAULT_FOREGROUND 0x0 /**< default console foreground color */ 34 #define DEFAULT_BACKGROUND 0xf0f0f0 /**< default console background color */ 35 35 36 36 typedef struct {
Note:
See TracChangeset
for help on using the changeset viewer.