Moved readline code to inputwin.c

This commit is contained in:
James Booth
2015-01-30 23:28:02 +00:00
parent 2cdbfc7eb7
commit 83bd207316
6 changed files with 113 additions and 101 deletions

View File

@@ -40,6 +40,8 @@
#define INP_WIN_MAX 1000
void create_input_window(void);
gboolean inp_readline(void);
void inp_close(void);
char* inp_read(int *key_type, wint_t *ch);
void inp_win_clear(void);
void inp_win_resize(void);