Don't spin-loop in prompt().
This commit is contained in:
parent
f25e283f21
commit
e8ccd681e3
3 changed files with 8 additions and 7 deletions
4
wide.h
4
wide.h
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue