Closed this issue 2 years ago · 1 comments
When run in a narrow enough terminal tmr can try to split file names in the middle of a multibyte character, crashing.
Running on a terminal with 101 columns, it fails when building a solution called N²_smart.cpp by trying to split inside the ²:
101
N²_smart.cpp
²
https://github.com/edomora97/task-maker-rust/blob/9c5b4a48d3d63af23a93b652f3ef020c991dd5d3/task-maker-format/src/ui/curses.rs#L409-L414
Probably related