Ignore:
File:
1 edited

Legend:

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

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