Method
VtePtyset_size
Declaration [src]
gboolean
vte_pty_set_size (
VtePty* pty,
int rows,
int columns,
GError** error
)
Description [src]
Attempts to resize the pseudo terminal’s window size. If successful, the
OS kernel will send
If setting the window size failed, error
will be set to a GIOError
.