summaryrefslogtreecommitdiff
path: root/term/pulse.h
diff options
context:
space:
mode:
Diffstat (limited to 'term/pulse.h')
-rw-r--r--term/pulse.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/pulse.h b/term/pulse.h
new file mode 100644
index 0000000..f86a439
--- /dev/null
+++ b/term/pulse.h
@@ -0,0 +1,11 @@
+#include <term.h>
+
+#define pulse tigetstr("pulse")
+
+/** select pulse dialing **/
+
+/*
+TERMINFO_NAME(pulse)
+TERMCAP_NAME(PU)
+XOPEN(400)
+*/