aboutsummaryrefslogtreecommitdiffstats
path: root/src/pty-unix.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-05-14 17:32:34 -0400
committerJesse Luehrs <doy@tozt.net>2016-05-14 17:33:20 -0400
commitbfe96a6aa5fa3ca9a05b658efbcaee9dc01b5235 (patch)
treef32a44cd6676acbdbcc685a0782e6d51889efaf0 /src/pty-unix.h
parent1c3406e8b486ec22f16d4e5bf6a28d35ca744af3 (diff)
downloadrunes-bfe96a6aa5fa3ca9a05b658efbcaee9dc01b5235.tar.gz
runes-bfe96a6aa5fa3ca9a05b658efbcaee9dc01b5235.zip
support spawning terminals with different environments
Diffstat (limited to 'src/pty-unix.h')
-rw-r--r--src/pty-unix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pty-unix.h b/src/pty-unix.h
index d4c5ea6..8894072 100644
--- a/src/pty-unix.h
+++ b/src/pty-unix.h
@@ -14,7 +14,7 @@ struct runes_pty {
};
RunesPty *runes_pty_new(void);
-void runes_pty_spawn_subprocess(RunesTerm *t);
+void runes_pty_spawn_subprocess(RunesTerm *t, char *envp[], char *cwd);
void runes_pty_init_loop(RunesTerm *t, RunesLoop *loop);
void runes_pty_set_window_size(
RunesTerm *t, int row, int col, int xpixel, int ypixel);