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

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