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 /src/internal | |
parent | 0e0975a453a7cacee3e1baf95042ef151fc94720 (diff) | |
download | ptycon-2de078329160a245dc95ab1cec99653e297e257b.tar.bz2 ptycon-2de078329160a245dc95ab1cec99653e297e257b.tar.xz |
driver: added --cat support.
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/ptycon_driver_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |