Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
#include "vty_cli.h"
#include "vty_utils.h"
-/* if this code looks like quagga lib/vty.c it is because we stole it in part */
+/* if this code looks like quagga lib/vty.c it is because we stole it in good part */
#define CONTROL(X) ((X) - '@')
#define VTY_NORMAL 0
static void knet_vty_rewrite_line(struct knet_vty *vty)
{
int i;
- log_info("this is rewrite");
for (i = 0; i <= vty->cursor_pos; i++)
knet_vty_write(vty, "%s", telnet_backward_char);