summaryrefslogtreecommitdiffstats
path: root/lib/vty_cli.h
diff options
context:
space:
mode:
authorChris Hall <chris.hall@highwayman.com>2011-07-21 21:40:02 +0100
committerChris Hall <chris.hall@highwayman.com>2011-07-21 21:40:02 +0100
commit228e06bad624a33090da4a09f32f8fed84a7e15c (patch)
tree507a6f0a491d8e5322645cc3ee825711a2dbd20d /lib/vty_cli.h
parentaee26f69df6bd90c9fe8e9eb8f8ce405ed12ffe5 (diff)
downloadquagga-228e06bad624a33090da4a09f32f8fed84a7e15c.tar.bz2
quagga-228e06bad624a33090da4a09f32f8fed84a7e15c.tar.xz
Disable the "~" VTY Terminal prompt.
Commands sent to the Routing Engine are now sent as priority messages, so should no longer be a need for the "~" prompt which kept the CLI "live" while a command was waiting for the Routing Engine to pay attention. Also: reinstated test-vector.c tests for vector_move_item_here(), which seem somehow to have got lost.
Diffstat (limited to 'lib/vty_cli.h')
-rw-r--r--lib/vty_cli.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/vty_cli.h b/lib/vty_cli.h
index e366ecdf..ec00965a 100644
--- a/lib/vty_cli.h
+++ b/lib/vty_cli.h
@@ -95,7 +95,9 @@ struct vty_cli
bool drawn ;
bool tilde_prompt ;
+#if 0
bool tilde_enabled ;
+#endif
int prompt_len ;
int extra_len ;