p-ranav / indicators

Activity Indicators for Modern C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terminal_size.hpp error

picturetxl opened this issue · comments

commented

cols = csbi.srWindow.Right - csbi.srWindow.Left + 1; rows = csbi.srWindow.Bottom - csbi.srWindow.Top + 1; return {static_cast<size_t>(rows), static_cast<size_t>(columns)};
columns should be cols

Any possibility of getting a 1.10 release with this fix? The current conan.io release (1.9) can't be used with MSVC.