summaryrefslogtreecommitdiff
path: root/term/flash_screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'term/flash_screen.h')
-rw-r--r--term/flash_screen.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/flash_screen.h b/term/flash_screen.h
new file mode 100644
index 0000000..00cbf84
--- /dev/null
+++ b/term/flash_screen.h
@@ -0,0 +1,11 @@
+#include <term.h>
+
+#define flash_screen tigetstr("flash")
+
+/** visible bell (may move cursor) **/
+
+/*
+TERMINFO_NAME(flash)
+TERMCAP_NAME(vb)
+XOPEN(400)
+*/