diff options
author | midipix <writeonce@midipix.org> | 2016-07-08 16:57:11 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-07-21 03:47:26 -0400 |
commit | 2de078329160a245dc95ab1cec99653e297e257b (patch) | |
tree | 21f277af3e6237650a965fa5698b41098295b56c /include | |
parent | 0e0975a453a7cacee3e1baf95042ef151fc94720 (diff) | |
download | ptycon-2de078329160a245dc95ab1cec99653e297e257b.tar.bz2 ptycon-2de078329160a245dc95ab1cec99653e297e257b.tar.xz |
driver: added --cat 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 633302b..e725ad7 100644 --- a/include/ptycon/ptycon.h +++ b/include/ptycon/ptycon.h @@ -51,6 +51,7 @@ struct ptyc_common_ctx { uint64_t fmtflags; nt_pty * hpts; nt_pty * hptm; + char ** catv; }; struct ptyc_driver_ctx { |