mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-07-05 13:15:32 +02:00
parent
399acf00c7
commit
007182b117
11 changed files with 56 additions and 97 deletions
|
@ -20,7 +20,8 @@ namespace godot
|
|||
{
|
||||
char ch[5];
|
||||
struct tsm_screen_attr attr;
|
||||
} empty_cell = {ch : {0, 0, 0, 0, 0}, attr : {}};
|
||||
};
|
||||
static const struct cell empty_cell;
|
||||
|
||||
public:
|
||||
typedef std::vector<std::vector<struct cell>> Cells;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue