feat(pty): enable resize and resizev

This commit is contained in:
Leroy Hopson 2024-02-25 23:17:45 +13:00
parent 1da42501af
commit 84e1126824
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
3 changed files with 12 additions and 1 deletions

View file

@ -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