input: handle unicode #121

pull/138/head
nick black 5 years ago
parent 6c14a47368
commit e45df10dca
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -92,7 +92,7 @@ int main(void){
} }
}else{ }else{
ncplane_set_fg_rgb(n, 215, 0, 95); ncplane_set_fg_rgb(n, 215, 0, 95);
ncplane_printf(n, "Curious! 0x%x %5s\n", r, ""); // FIXME ncplane_printf(n, "Got UTF-8: [0x%08x %lc\n", r, r);
} }
} }
// FIXME reprint all lines, fading older ones // FIXME reprint all lines, fading older ones

Loading…
Cancel
Save