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