diff options
author | midipix <writeonce@midipix.org> | 2016-07-16 05:41:31 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-07-21 03:47:29 -0400 |
commit | cc22daecf6700070d7a4955f1a2a0847287b0b8d (patch) | |
tree | 7826c6eebad492c12cfd8d060001a50a5f9fc3c4 /src/internal | |
parent | 87ae0a448df5467ead98826e683cd693d1d6489c (diff) | |
download | ptycon-cc22daecf6700070d7a4955f1a2a0847287b0b8d.tar.bz2 ptycon-cc22daecf6700070d7a4955f1a2a0847287b0b8d.tar.xz |
driver: added --exec 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 b1eefc7..03f0c9b 100644 --- a/src/internal/ptycon_driver_impl.h +++ b/src/internal/ptycon_driver_impl.h @@ -27,6 +27,7 @@ enum app_tags { TAG_DAEMON, TAG_DEBUG, TAG_CAT, + TAG_EXEC, TAG_WAIT, }; |