From 44ff30c955a549c5ff7ad821bf33d257187d06cc Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Tue, 1 Sep 2009 10:54:31 -0500 Subject: Set terminal width on cisco logins. --- bin/clogin.in | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/clogin.in b/bin/clogin.in index bbdddb6..1a2a210 100644 --- a/bin/clogin.in +++ b/bin/clogin.in @@ -604,6 +604,7 @@ proc run_commands { prompt command } { set command "set logging session disable;$command" } else { send "terminal length 0\r" + send "terminal width 0\r" } # match cisco config mode prompts too, such as router(config-if)#, # but catalyst does not change in this fashion. -- cgit