moving repo

This commit is contained in:
2024-07-04 19:58:19 -04:00
parent 6cbeb42144
commit c67dbcc62a
7 changed files with 70 additions and 18 deletions

View File

@ -16,10 +16,10 @@
class display final {
private:
std::vector<std::string> contents;
cursor &curs;
cursor &curse;
public:
display();
display(cursor &s);
display(cursor&new_curse,int argc, char **argv);
void clear();
// use this instead of overloading for clarity