summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
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