From cc22daecf6700070d7a4955f1a2a0847287b0b8d Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 16 Jul 2016 05:41:31 -0400 Subject: driver: added --exec support. --- include/ptycon/ptycon.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/ptycon/ptycon.h b/include/ptycon/ptycon.h index ce0fbd7..78282cf 100644 --- a/include/ptycon/ptycon.h +++ b/include/ptycon/ptycon.h @@ -61,6 +61,7 @@ struct ptyc_common_ctx { nt_pty * hpts; nt_pty * hptm; char ** catv; + char ** eargv; }; struct ptyc_driver_ctx { -- cgit v1.2.3