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