Set rl_basic_word_break_characters in shell
This commit is contained in:
parent
e52c9aff1b
commit
6f330f0132
1 changed files with 1 additions and 0 deletions
|
@ -235,6 +235,7 @@ static void shell(RTLIL::Design *design)
|
|||
|
||||
rl_readline_name = "yosys";
|
||||
rl_attempted_completion_function = readline_completion;
|
||||
rl_basic_word_break_characters = " \t\n";
|
||||
|
||||
char *command = NULL;
|
||||
while ((command = readline(create_prompt(design, recursion_counter))) != NULL)
|
||||
|
|
Loading…
Add table
Reference in a new issue