]> git.pld-linux.org Git - packages/quagga.git/blob - quagga-readline.patch
rel 8; rediff patches
[packages/quagga.git] / quagga-readline.patch
1 diff -urNp -x '*.orig' quagga-0.99.23.org/vtysh/vtysh.c quagga-0.99.23/vtysh/vtysh.c
2 --- quagga-0.99.23.org/vtysh/vtysh.c    2014-06-24 07:14:20.000000000 +0200
3 +++ quagga-0.99.23/vtysh/vtysh.c        2023-02-02 08:51:40.358659811 +0100
4 @@ -682,6 +682,7 @@ new_completion (char *text, int start, i
5          rl_completion_append_character = '\0';
6      }
7  
8 +  rl_completion_suppress_append = 1;
9    return matches;
10  }
11  
This page took 0.098314 seconds and 3 git commands to generate.