start implementing textwindow
This commit is contained in:
@@ -20,6 +20,15 @@ class TextWindow {
|
||||
TextWindow(const TextWindow&) = delete;
|
||||
TextWindow& operator=(const TextWindow&) = delete;
|
||||
|
||||
unsigned from_col;
|
||||
unsigned to_col;
|
||||
unsigned from_row;
|
||||
unsigned to_row;
|
||||
bool use_cursor;
|
||||
|
||||
unsigned pos_x;
|
||||
unsigned pos_y;
|
||||
|
||||
public:
|
||||
/*! \brief Constructor of a text window
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user