Changes in uspace/lib/c/include/io/style.h [369a5f8:63f8966] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/io/style.h
r369a5f8 r63f8966 36 36 #define LIBC_IO_STYLE_H_ 37 37 38 typedef enum{38 enum console_style { 39 39 STYLE_NORMAL = 0, 40 STYLE_EMPHASIS = 1, 41 STYLE_INVERTED = 2, 42 STYLE_SELECTED = 3 43 } console_style_t; 40 STYLE_EMPHASIS = 1 41 }; 44 42 45 43 #endif
Note:
See TracChangeset
for help on using the changeset viewer.