summaryrefslogtreecommitdiffhomepage
path: root/src/internal
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-07-05 20:48:04 -0400
committermidipix <writeonce@midipix.org>2016-07-21 03:47:25 -0400
commit64c88753aee1bbfeee00f9eeb5c561b839873f8d (patch)
tree15aca4e57724b8f819eeebc79bdfb16077ca41ad /src/internal
parent538c8a5109b56d1d0a26631fa93913341214501d (diff)
downloadptycon-64c88753aee1bbfeee00f9eeb5c561b839873f8d.tar.bz2
ptycon-64c88753aee1bbfeee00f9eeb5c561b839873f8d.tar.xz
driver: added --debug support.
Diffstat (limited to 'src/internal')
-rw-r--r--src/internal/ptycon_driver_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/ptycon_driver_impl.h b/src/internal/ptycon_driver_impl.h
index 3576cd4..c2a2475 100644
--- a/src/internal/ptycon_driver_impl.h
+++ b/src/internal/ptycon_driver_impl.h
@@ -20,6 +20,7 @@ extern const ntcon_vtbl * const ptyc_ntcon;
enum app_tags {
TAG_HELP,
TAG_VERSION,
+ TAG_DEBUG,
};
struct ptyc_driver_ctx_impl {