Revision 3f020d70 readline.c

b/readline.c
28 28
#define IS_ESC  1
29 29
#define IS_CSI  2
30 30

  
31
#ifdef printf
32
#undef printf
33
#endif
34

  
35 31
#define printf do_not_use_printf
36 32

  
37 33
void readline_show_prompt(ReadLineState *rs)

Also available in: Unified diff