Moved input line to inputwin

This commit is contained in:
James Booth
2015-01-15 23:43:22 +00:00
parent 65fc4bcd9f
commit 51105720ab
6 changed files with 26 additions and 26 deletions

View File

@@ -36,7 +36,7 @@
#define UI_INPUTWIN_H
void create_input_window(void);
void inp_get_char(char *result, int *key_type, wint_t *ch);
char* inp_get_char(int *key_type, wint_t *ch);
void inp_win_reset(void);
void inp_win_resize(void);
void inp_put_back(void);