mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 10:12:38 +02:00
commit bash-20080515 snapshot
This commit is contained in:
+7
-1
@@ -331,7 +331,7 @@ enable_hostname_completion (on_or_off)
|
||||
free (rl_completer_word_break_characters);
|
||||
rl_completer_word_break_characters = nval;
|
||||
}
|
||||
|
||||
itrace("enable_hostname_completion: rl_completer_word_break_characters = %s", rl_completer_word_break_characters);
|
||||
return (old_value);
|
||||
}
|
||||
|
||||
@@ -513,6 +513,12 @@ initialize_readline ()
|
||||
bash_readline_initialized = 1;
|
||||
}
|
||||
|
||||
void
|
||||
bashline_reset ()
|
||||
{
|
||||
bash_readline_initialized = 0;
|
||||
}
|
||||
|
||||
/* On Sun systems at least, rl_attempted_completion_function can end up
|
||||
getting set to NULL, and rl_completion_entry_function set to do command
|
||||
word completion if Bash is interrupted while trying to complete a command
|
||||
|
||||
Reference in New Issue
Block a user