961e8a1203859ca6a6bee6649f1d4ebeaca31417
[aversive.git] / modules / ihm / rdline / config / rdline_config.h
1 /* configuration file for rdline module */
2
3 /* Size of the line buffer */
4 #define RDLINE_BUF_SIZE 64
5
6 /* Size of the prompt buffer */
7 #define RDLINE_PROMPT_SIZE  16
8
9 /* Size of the buffer used to decode vt100 codes */
10 #define RDLINE_VT100_BUF_SIZE  8
11
12 /* Size of history buffer (in chars) */
13 #define RDLINE_HISTORY_BUF_SIZE 128