summaryrefslogtreecommitdiff
path: root/src/term/flash_hook.c
blob: a43d46eff280190de704fb3a044dca36ce15c4e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <curses.h>

#define flash_hook tigetstr("hook")

/** flash the switch hook **/

/*
TERMINFO_NAME(hook)
TERMCAP_NAME(fh)
XOPEN(400)
*/