From d28784479bb8600b64f13f902df2aff3eed22a67 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Mon, 4 Mar 2002 02:57:53 +0000 Subject: Properly differentiate insertion delta (working screen) from scrolling delta. Add environment setting to the pty code. --- src/pty.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/pty.h') diff --git a/src/pty.h b/src/pty.h index 2453c86..478739b 100644 --- a/src/pty.h +++ b/src/pty.h @@ -28,7 +28,8 @@ G_BEGIN_DECLS /* Start up the given binary (exact path, not interpreted at all) in a * 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, const char *command); +int vte_pty_open(pid_t *child, const char **env_add, + const char *command, const char **argv); G_END_DECLS -- cgit v1.2.3