added display and its subclasses

This commit is contained in:
2024-07-05 21:57:27 -04:00
parent 9495f11c16
commit 36c53f22d7
6 changed files with 64 additions and 2 deletions

View File

@ -17,6 +17,10 @@ void cursor::show() const {
refresh();
}
void cursor::clear() const {
::clear();
}
void cursor::print_char(const position &pos, const char ch,
const int attrs) const {
attrset(attrs);