moving repo
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user