summaryrefslogtreecommitdiff
path: root/term/lab_f9.c
diff options
context:
space:
mode:
Diffstat (limited to 'term/lab_f9.c')
-rw-r--r--term/lab_f9.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/lab_f9.c b/term/lab_f9.c
new file mode 100644
index 0000000..5065698
--- /dev/null
+++ b/term/lab_f9.c
@@ -0,0 +1,11 @@
+#include <term.h>
+
+#define lab_f9 tigetstr("lf9")
+
+/** label on function key f9 if not f9 **/
+
+/*
+TERMINFO_NAME(lf9)
+TERMCAP_NAME(l9)
+XOPEN(400)
+*/