Resize the pseudo-terminal.
@override void resize(int rows, int cols) { pty_library.pty_resize(_handle, rows, cols); }