Skip to content

libfort version 0.3.2

Compare
Choose a tag to compare
@seleznevae seleznevae released this 03 Dec 18:31
· 75 commits to develop since this release

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.