Update interface.c
This commit is contained in:
parent
0105abaff6
commit
e0d109e450
1 changed files with 1 additions and 1 deletions
|
@ -1574,6 +1574,6 @@ void play_sound (void) {
|
|||
void set_interface_callbacks (void) {
|
||||
readline_active = 1;
|
||||
rl_callback_handler_install (get_default_prompt (), interpreter);
|
||||
rl_attempted_completion_function = (CPPFunction *) complete_text;
|
||||
rl_attempted_completion_function = (void *) complete_text;
|
||||
rl_completion_entry_function = (void *)complete_none;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue