mirror of
https://github.com/open-goal/jak-project
synced 2026-05-26 07:39:12 -04:00
2f4146d469
This fixes the hideous output when your terminal would be too small to hold all the threads.
8 lines
98 B
C++
8 lines
98 B
C++
|
|
|
|
namespace term_util {
|
|
void clear();
|
|
int row_count();
|
|
int col_count();
|
|
} // namespace term_util
|