moving repo

This commit is contained in:
2024-07-05 00:46:02 -04:00
parent 325a1d1350
commit 7aed073fa6
11 changed files with 95 additions and 31 deletions

View File

@ -20,9 +20,13 @@ public:
void show() const;
void print_char(const position &pos) const;
void print_char(const position &pos, const char ch) const;
void print_str(const position &head, const std::string str) const;
};
// IMPORTANT: this will fail when terminal size changes
// checks if terminal size fits the minimum requirements
bool check_terminal_size();
#endif