diff options
author | midipix <writeonce@midipix.org> | 2016-08-13 17:26:47 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-08-14 07:49:25 -0400 |
commit | fd0f9bfc4a2287f34924370240e313042c0b17d8 (patch) | |
tree | 8c2fa41a0c795649a296139cee10afb89619acd6 /src/internal | |
parent | 5e84dc1302cde351c49f75bb62eb211144601362 (diff) | |
download | ptycon-fd0f9bfc4a2287f34924370240e313042c0b17d8.tar.bz2 ptycon-fd0f9bfc4a2287f34924370240e313042c0b17d8.tar.xz |
driver: added --bell 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 8386460..438c178 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_SYSROOT, + TAG_BELL, TAG_CAT, TAG_EXEC, TAG_WAIT, |