Changes in uspace/lib/c/include/io/charfield.h [28a5ebd:4805495] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/io/charfield.h
r28a5ebd r4805495 38 38 39 39 #include <stdbool.h> 40 #include < uchar.h>40 #include <wchar.h> 41 41 #include <io/color.h> 42 42 #include <io/style.h> … … 77 77 78 78 typedef struct { 79 char32_t ch;79 wchar_t ch; 80 80 char_attrs_t attrs; 81 81 char_flags_t flags;
Note:
See TracChangeset
for help on using the changeset viewer.