mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 17:16:21 +00:00
Simplified autocompleters and command history
This commit is contained in:
@@ -328,9 +328,10 @@ char * ui_readline(void)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
void ui_inp_history_append(char *inp) {}
|
||||
|
||||
void ui_input_clear(void) {}
|
||||
void ui_input_nonblocking(gboolean reset) {}
|
||||
void ui_replace_input(char *input, const char * const new_input, int *size) {}
|
||||
|
||||
void ui_invalid_command_usage(const char * const usage, void (*setting_func)(void)) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user