summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2019-07-24 12:34:29 +0100
committerKatolaZ <katolaz@freaknet.org>2019-07-24 12:34:29 +0100
commit1be4c30c5e1526484665c382d784e0de9fe9d8de (patch)
tree551df692508b64c3ebf54435704e948f5fdc0875 /config.h
parent3a8eeffc5b3ef3d23984913d841e3a0aa5f68e16 (diff)
add config.h
Diffstat (limited to 'config.h')
-rw-r--r--config.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/config.h b/config.h
new file mode 100644
index 0000000..d38488b
--- /dev/null
+++ b/config.h
@@ -0,0 +1,16 @@
+/* Config options */
+
+/** MARKERS -- the first character is the default one **/
+/* markers for horizontal lines */
+char hlines[] = {"-~=#*@._ "};
+/* markers for vertical lines */
+char vlines[] = {"|H#*@:;i "};
+/* markers for corners */
+char corners[] = {"+'H#*@.\"`"};
+/* markers for arrow start points */
+char st_marks[] = {"+o-|<>^v*"};
+/* markers for arrow endpoints */
+char end_marks[] = {">+o-|<^v*"};
+
+/** LONG_STEP (movements through uppercase HJKL) **/
+#define LONG_STEP 5