diff options
Diffstat (limited to 'term/flash_hook.h')
-rw-r--r-- | term/flash_hook.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/flash_hook.h b/term/flash_hook.h new file mode 100644 index 0000000..ed47957 --- /dev/null +++ b/term/flash_hook.h @@ -0,0 +1,11 @@ +#include <term.h> + +#define flash_hook tigetstr("hook") + +/** flash the switch hook **/ + +/* +TERMINFO_NAME(hook) +TERMCAP_NAME(fh) +XOPEN(400) +*/ |