summaryrefslogtreecommitdiff
path: root/src/pty.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pty.h')
-rw-r--r--src/pty.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pty.h b/src/pty.h
index 14cc412..eb62bbc 100644
--- a/src/pty.h
+++ b/src/pty.h
@@ -29,7 +29,8 @@ G_BEGIN_DECLS
* pseudo-terminal of its own, returning the descriptor for the master
* side of the PTY pair, storing the child's PID in the given argument. */
int vte_pty_open(pid_t *child, char **env_add,
- const char *command, char **argv);
+ const char *command, char **argv,
+ int columns, int rows);
G_END_DECLS