Changes in uspace/app/nterm/nterm.c [5a6cc679:28a5ebd] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/nterm/nterm.c
r5a6cc679 r28a5ebd 37 37 #include <io/console.h> 38 38 #include <stdio.h> 39 #include <str.h> 39 40 40 41 #include "conn.h" … … 57 58 } 58 59 59 static void send_char( wchar_t c)60 static void send_char(char32_t c) 60 61 { 61 62 char cbuf[STR_BOUNDS(1)];
Note:
See TracChangeset
for help on using the changeset viewer.