mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-20 01:36:22 +00:00
Renamed inp_get_char->inp_read
This commit is contained in:
@@ -183,7 +183,7 @@ ui_readline(void)
|
||||
int key_type;
|
||||
wint_t ch;
|
||||
|
||||
char *line = inp_get_char(&key_type, &ch);
|
||||
char *line = inp_read(&key_type, &ch);
|
||||
_win_handle_switch(ch);
|
||||
|
||||
ProfWin *current = wins_get_current();
|
||||
|
||||
Reference in New Issue
Block a user