summaryrefslogtreecommitdiff
path: root/src/config.def.h
diff options
context:
space:
mode:
authorJohn Hawthorn <john@hawthorn.email>2019-01-13 21:17:04 -0800
committerJohn Hawthorn <john@hawthorn.email>2019-02-02 21:40:13 -0800
commit36cd434ad16bf6b6c62ae82853c91355114602cd (patch)
treed1160a7334b2605eb9e787989d7c908dfa3e7774 /src/config.def.h
parent730b6ad7bbd00e90930eefd2d37ce10149ba58bd (diff)
Set default options in config.def.h
Diffstat (limited to 'src/config.def.h')
-rw-r--r--src/config.def.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config.def.h b/src/config.def.h
index 1bc1ad4..27ef4b1 100644
--- a/src/config.def.h
+++ b/src/config.def.h
@@ -11,3 +11,8 @@
/* Time (in ms) to wait for additional bytes of an escape sequence */
#define KEYTIMEOUT 25
+
+#define DEFAULT_TTY "/dev/tty"
+#define DEFAULT_PROMPT "> "
+#define DEFAULT_NUM_LINES 10
+#define DEFAULT_WORKERS 0