summaryrefslogtreecommitdiff
path: root/dat.h
diff options
context:
space:
mode:
authorrgl <devnull@localhost>2020-02-05 10:35:54 +0100
committerrgl <devnull@localhost>2020-02-05 10:35:54 +0100
commit23650a74a173f000b0d4014db1273df99869e4fa (patch)
tree82c17a1652c9005a40152b317c859cbce4be76dc /dat.h
downloadst-23650a74a173f000b0d4014db1273df99869e4fa.tar.gz
st-23650a74a173f000b0d4014db1273df99869e4fa.tar.bz2
st-23650a74a173f000b0d4014db1273df99869e4fa.zip
let's get started.
Diffstat (limited to 'dat.h')
-rw-r--r--dat.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/dat.h b/dat.h
new file mode 100644
index 0000000..0ccea6f
--- /dev/null
+++ b/dat.h
@@ -0,0 +1,8 @@
+enum
+{
+ K↑,
+ K↓,
+ K←,
+ K→,
+ Ke
+};