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