Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/clui/tinput.h

    r09ab0a9a r28a5ebd  
    6363 * @return              EOK on success, error code on failure.
    6464 */
    65 typedef errno_t (*tinput_compl_init_fn)(wchar_t *text, size_t pos, size_t *cstart,
     65typedef errno_t (*tinput_compl_init_fn)(char32_t *text, size_t pos, size_t *cstart,
    6666    void **state);
    6767
     
    111111
    112112        /** Buffer holding text currently being edited */
    113         wchar_t buffer[INPUT_MAX_SIZE + 1];
     113        char32_t buffer[INPUT_MAX_SIZE + 1];
    114114
    115115        /** Linear position on screen where the prompt starts */
Note: See TracChangeset for help on using the changeset viewer.