From 256c8128f7138808a3e7ec0a667fe6aee4db0ccf Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 30 Apr 2014 01:35:33 -0400 Subject: move config stuff out to a separate struct --- src/pty-unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pty-unix.c') diff --git a/src/pty-unix.c b/src/pty-unix.c index c969394..3332535 100644 --- a/src/pty-unix.c +++ b/src/pty-unix.c @@ -44,7 +44,7 @@ void runes_pty_backend_spawn_subprocess(RunesTerm *t) close(pty->slave); - cmd = t->cmd; + cmd = t->config.cmd; if (!cmd) { cmd = getenv("SHELL"); } -- cgit v1.2.3-54-g00ecf