mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-24 20:27:22 +01:00
using command "terminal width 256" to turn off ANSI commands in
the PIX command echo.
This commit is contained in:
parent
9a64de05d9
commit
4fa4ce5cac
@ -1,5 +1,9 @@
|
||||
2010-10-07 Vadim Kurland <vadim@vk.crocodile.org>
|
||||
|
||||
* configlets/pix_os/installer_commands_reg_user: using command
|
||||
"terminal width 256" to turn off ANSI commands in the PIX command
|
||||
echo.
|
||||
|
||||
* FindObjectWidget.cpp (showObject): rolled back change done in
|
||||
r3320 (refs #1790) "When an object is found using Find and the
|
||||
object is in the object tree, the keyboard focus shifts to the
|
||||
|
||||
@ -11,7 +11,6 @@
|
||||
## {{$test}} -- doing installation in test mode
|
||||
##
|
||||
|
||||
|
||||
{{if schedule_rollback}}
|
||||
reload in {{$rbtimeout}}
|
||||
{{endif}}
|
||||
|
||||
@ -23,6 +23,7 @@ copy /noconfirm {{$fwdir}}{{$fwscript}} running-config
|
||||
|
||||
{{if not_using_scp}}
|
||||
config term
|
||||
terminal width 256
|
||||
{{$fwbuilder_generated_configuration_lines}}
|
||||
exit
|
||||
{{endif}}
|
||||
|
||||
@ -527,6 +527,13 @@
|
||||
</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>
|
||||
using command "terminal width 256" to turn off ANSI commands in
|
||||
the PIX command echo.
|
||||
</p>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user