added display and its subclasses
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user