summaryrefslogtreecommitdiff
path: root/term/key_sundo.h
diff options
context:
space:
mode:
Diffstat (limited to 'term/key_sundo.h')
-rw-r--r--term/key_sundo.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/key_sundo.h b/term/key_sundo.h
new file mode 100644
index 0000000..08e8555
--- /dev/null
+++ b/term/key_sundo.h
@@ -0,0 +1,11 @@
+#include <term.h>
+
+#define key_sundo tigetstr("sUND")
+
+/** shift+undo key **/
+
+/*
+TERMINFO_NAME(sUND)
+TERMCAP_NAME(!3)
+XOPEN(400)
+*/