summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey C. Ollie <jeff@ocjtech.us>2009-09-01 10:54:31 -0500
committerJeffrey C. Ollie <jeff@ocjtech.us>2009-09-01 10:54:31 -0500
commit44ff30c955a549c5ff7ad821bf33d257187d06cc (patch)
tree6217f2e1e6f7180f2d1886ed9dd5a0006513482f
parentaa657be97af29533877c6fed0465c91fc7214c70 (diff)
downloadrancid-cisco-terminal-width.tar.gz
rancid-cisco-terminal-width.tar.xz
rancid-cisco-terminal-width.zip
Set terminal width on cisco logins.cisco-terminal-width
-rw-r--r--bin/clogin.in1
1 files changed, 1 insertions, 0 deletions
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.