]> git.droids-corp.org - aversive.git/blobdiff - modules/ihm/rdline/test/rdline_config.h
rdline: move some constants in configuration file
[aversive.git] / modules / ihm / rdline / test / rdline_config.h
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..961e8a1203859ca6a6bee6649f1d4ebeaca31417 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