From 228e06bad624a33090da4a09f32f8fed84a7e15c Mon Sep 17 00:00:00 2001 From: Chris Hall Date: Thu, 21 Jul 2011 21:40:02 +0100 Subject: 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. --- lib/vty_cli.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/vty_cli.h') 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 ; -- cgit v1.2.3