diff options
author | midipix <writeonce@midipix.org> | 2016-07-16 05:41:31 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-07-21 03:47:29 -0400 |
commit | cc22daecf6700070d7a4955f1a2a0847287b0b8d (patch) | |
tree | 7826c6eebad492c12cfd8d060001a50a5f9fc3c4 /include | |
parent | 87ae0a448df5467ead98826e683cd693d1d6489c (diff) | |
download | ptycon-cc22daecf6700070d7a4955f1a2a0847287b0b8d.tar.bz2 ptycon-cc22daecf6700070d7a4955f1a2a0847287b0b8d.tar.xz |
driver: added --exec support.
Diffstat (limited to 'include')
-rw-r--r-- | include/ptycon/ptycon.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |