format
This commit is contained in:
@ -8,16 +8,16 @@
|
||||
|
||||
class curses_output final : public display {
|
||||
private:
|
||||
cursor &curse;
|
||||
cursor &curse;
|
||||
public:
|
||||
curses_output(cursor &new_curse);
|
||||
curses_output(cursor &new_curse);
|
||||
|
||||
void render() override;
|
||||
void clear() override;
|
||||
void print_char(const position &pos,
|
||||
const char ch, const int attrs) override;
|
||||
void print_str(const position &pos,
|
||||
const std::string &str, const int attrs) override;
|
||||
void render() override;
|
||||
void clear() override;
|
||||
void print_char(const position &pos,
|
||||
const char ch, const int attrs) override;
|
||||
void print_str(const position &pos,
|
||||
const std::string &str, const int attrs) override;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user