mirror of
https://github.com/open-goal/jak-project.git
synced 2024-11-27 08:20:47 +00: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
|