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. --- src/internal/ptycon_driver_impl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/internal') diff --git a/src/internal/ptycon_driver_impl.h b/src/internal/ptycon_driver_impl.h index 86336c5..009ac8e 100644 --- a/src/internal/ptycon_driver_impl.h +++ b/src/internal/ptycon_driver_impl.h @@ -24,6 +24,7 @@ enum app_tags { TAG_HELP, TAG_VERSION, TAG_DEBUG, + TAG_CAT, }; struct ptyc_term_ctx { -- cgit v1.2.3