]> git.pld-linux.org Git - packages/quagga.git/blob - quagga-readline.patch
4a51c7a325e9598eae2da1fdcf05736b9008d624
[packages/quagga.git] / quagga-readline.patch
1 diff -urN quagga-0.99.11.orig/vtysh/vtysh.c quagga-0.99.11/vtysh/vtysh.c
2 --- quagga-0.99.11.orig/vtysh/vtysh.c   2008-09-05 16:27:26.000000000 +0200
3 +++ quagga-0.99.11/vtysh/vtysh.c        2009-05-08 17:41:22.000000000 +0200
4 @@ -679,6 +679,7 @@
5         rl_pending_input = ' ';
6      }
7  
8 +  rl_completion_suppress_append = 1;
9    return matches;
10  }
11  
This page took 0.073663 seconds and 2 git commands to generate.