32
32
const char *command, char **argv,
35
41
/* Set or read the size of a terminal. Returns 0 on success, -1 on failure,
36
42
* with errno set to defined return codes from ioctl(). */
37
43
int vte_pty_get_size(int master, int *columns, int *rows);
38
44
int vte_pty_set_size(int master, int columns, int rows);