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