From 2de078329160a245dc95ab1cec99653e297e257b Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 8 Jul 2016 16:57:11 -0400 Subject: driver: added --cat 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 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 { -- cgit v1.2.3