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