mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-07-04 04:55:30 +02:00
feat(pty): enable resize and resizev
This commit is contained in:
parent
1da42501af
commit
84e1126824
3 changed files with 12 additions and 1 deletions
|
@ -29,5 +29,11 @@ namespace godot
|
|||
const int &p_cols,
|
||||
const int &p_rows
|
||||
);
|
||||
|
||||
static void resize(
|
||||
const int &p_fd,
|
||||
const int &p_cols,
|
||||
const int &p_rows
|
||||
);
|
||||
};
|
||||
} // namespace godot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue