Don't spin-loop in prompt().

This commit is contained in:
River Tarnell 2014-03-08 01:00:30 +00:00
parent f25e283f21
commit e8ccd681e3
3 changed files with 8 additions and 7 deletions

4
wide.h
View file

@ -18,7 +18,7 @@
#define wsizeof(s) (sizeof(s) / sizeof(wchar_t))
int input_char(wchar_t *);
void input_macro(wchar_t *);
int input_char (WINDOW *, wchar_t *);
void input_macro (wchar_t *);
#endif /* !TTS_WIDE_H */