mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-16 10:03:04 -07:00
readline autocomplete: fix rl_attempted_completion_over in script
This commit is contained in:
parent
6597d3e5a5
commit
b68a0ee082
2 changed files with 2 additions and 2 deletions
|
@ -93,7 +93,7 @@ const static vocabulory_t vocabulory[] = {\n""")
|
|||
|
||||
|
||||
char **rl_command_completion(const char *text, int start, int end) {
|
||||
rl_attempted_completion_over = 1;
|
||||
rl_attempted_completion_over = 0;
|
||||
return rl_completion_matches (text, rl_command_generator);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue