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