jak-project/common/util/term_util.h
Tyler Wilding 2f4146d469
tests: make the offline tests aware of the current terminals row count (#2105)
This fixes the hideous output when your terminal would be too small to
hold all the threads.
2023-01-07 10:35:12 -05:00

8 lines
98 B
C++

namespace term_util {
void clear();
int row_count();
int col_count();
} // namespace term_util