change word break characters to make direct variable expansion completion work
This commit is contained in:
@ -440,6 +440,7 @@ static void init_commands()
|
||||
|
||||
// set name so there can be specific entries in ~/.inputrc
|
||||
rl_readline_name = "lammps-shell";
|
||||
rl_basic_word_break_characters = " \t\n\"\\'`@><=;|&(";
|
||||
|
||||
// attempt completions only if we are connected to a tty,
|
||||
// otherwise any tabs in redirected input will cause havoc.
|
||||
|
||||
Reference in New Issue
Block a user