close bracket in output #121

This commit is contained in:
nick black 2019-12-10 07:29:03 -05:00
parent e45df10dca
commit 624ab35b8f
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -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, "Got UTF-8: [0x%08x %lc\n", r, r); 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