rdline: move some constants in configuration file
[aversive.git] / modules / ihm / rdline / test / rdline_config.h
index e69de29..961e8a1 100644 (file)
@@ -0,0 +1,13 @@
+/* configuration file for rdline module */
+
+/* Size of the line buffer */
+#define RDLINE_BUF_SIZE 64
+
+/* Size of the prompt buffer */
+#define RDLINE_PROMPT_SIZE  16
+
+/* Size of the buffer used to decode vt100 codes */
+#define RDLINE_VT100_BUF_SIZE  8
+
+/* Size of history buffer (in chars) */
+#define RDLINE_HISTORY_BUF_SIZE 128