Changeset 429acb9 in mainline for console/screenbuffer.h
- Timestamp:
- 2006-06-03T17:38:24Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1f36e90
- Parents:
- dc5a0fe1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
console/screenbuffer.h
rdc5a0fe1 r429acb9 31 31 32 32 33 #define DEFAULT_FOREGROUND _COLOR 0xffffff/**< default console foreground color */34 #define DEFAULT_BACKGROUND _COLOR 0x00003f/**< default console background color */33 #define DEFAULT_FOREGROUND 0xffff00 /**< default console foreground color */ 34 #define DEFAULT_BACKGROUND 0x000080 /**< default console background color */ 35 35 36 36 typedef struct {
Note:
See TracChangeset
for help on using the changeset viewer.