Skip to content

indicators

Compare
Choose a tag to compare
@p-ranav p-ranav released this 07 Jan 14:25
· 41 commits to master since this release
  • Closed #63 - Use unicode::display_width instead of os.str().size() in helper functions
  • Elevated #includes from being nested in the namespace.
  • Support older compilers with missing header.
  • Closed #67 - typo in terminal_size.hpp
  • Closed #68 - TERMCOLOR_HPP_ defined twice
  • Merged #69 to fix mingw compilation
  • Closed #72 - Using _WIN32 instead of _MSC_VER in macro and defining NOMINMAX correctly
  • Mitigated overflow when calculating ETA
  • Using floating point for remaining time calculation
  • Closed #80