did astyle on the source files

This commit is contained in:
2024-07-05 12:14:34 -04:00
parent 74de68cf0d
commit 7919c7dbfe
16 changed files with 46 additions and 423 deletions

View File

@ -47,7 +47,8 @@ public:
void print_char(const position &pos, const char ch, const int attrs) const;
void print_str(const position &head, const std::string str, const int attrs) const;
void print_str(const position &head, const std::string str,
const int attrs) const;
};
// IMPORTANT: this will fail when terminal size changes