mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
close bracket in output #121
This commit is contained in:
parent
e45df10dca
commit
624ab35b8f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user