Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/io/style.h

    r369a5f8 r63f8966  
    3636#define LIBC_IO_STYLE_H_
    3737
    38 typedef enum {
     38enum console_style {
    3939        STYLE_NORMAL   = 0,
    40         STYLE_EMPHASIS = 1,
    41         STYLE_INVERTED = 2,
    42         STYLE_SELECTED = 3
    43 } console_style_t;
     40        STYLE_EMPHASIS = 1
     41};
    4442
    4543#endif
Note: See TracChangeset for help on using the changeset viewer.