libfort version 0.3.2
Bug fixes
- Fix undefined behavior due to incorrect usage of
isprint
function. - Fix incorrect border character in
SOLID
style
Internal
- Fix compilation for compilers other than gcc, clang, msvc.
- Add build with tcc to CI.
- Rewrote
mk_wcwidth
function.