Ignore:
File:
1 edited

Legend:

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

    r28a5ebd r4805495  
    3838
    3939#include <stdbool.h>
    40 #include <uchar.h>
     40#include <wchar.h>
    4141#include <io/color.h>
    4242#include <io/style.h>
     
    7777
    7878typedef struct {
    79         char32_t ch;
     79        wchar_t ch;
    8080        char_attrs_t attrs;
    8181        char_flags_t flags;
Note: See TracChangeset for help on using the changeset viewer.