mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-21 05:56:21 +00:00
Moved input size to inputwin
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
#define UI_INPUTWIN_H
|
||||
|
||||
void create_input_window(void);
|
||||
wint_t inp_get_char(char *input, int *size, int *result);
|
||||
wint_t inp_get_char(char *input, int *result);
|
||||
void inp_win_reset(void);
|
||||
void inp_win_resize(void);
|
||||
void inp_put_back(void);
|
||||
|
||||
Reference in New Issue
Block a user