Merge el_no_echo patch from Festival speech-tools editline fork

This commit is contained in:
Joachim Nilsson
2010-07-24 03:38:25 +02:00
parent 83e4837f39
commit be921400bb
2 changed files with 15 additions and 3 deletions

View File

@@ -40,6 +40,7 @@ extern int rl_mark;
extern int rl_end;
extern char *rl_line_buffer;
extern const char *rl_readline_name;
extern int el_no_echo; /* e.g under emacs, don't echo except prompt */
extern void rl_reset_terminal(char *p);
extern void rl_initialize(void);