1
0
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:
Vadim Kurland 2010-10-07 22:41:14 +00:00
parent 9a64de05d9
commit 4fa4ce5cac
5 changed files with 13 additions and 2 deletions

View File

@ -1 +1 @@
#define BUILD_NUM 3341
#define BUILD_NUM 3342

View File

@ -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

View File

@ -11,7 +11,6 @@
## {{$test}} -- doing installation in test mode
##
{{if schedule_rollback}}
reload in {{$rbtimeout}}
{{endif}}

View File

@ -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}}

View File

@ -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>