Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/nterm/nterm.c

    r5a6cc679 r28a5ebd  
    3737#include <io/console.h>
    3838#include <stdio.h>
     39#include <str.h>
    3940
    4041#include "conn.h"
     
    5758}
    5859
    59 static void send_char(wchar_t c)
     60static void send_char(char32_t c)
    6061{
    6162        char cbuf[STR_BOUNDS(1)];
Note: See TracChangeset for help on using the changeset viewer.