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
+1 -1
View File
@@ -1 +1 @@
#define BUILD_NUM 3341
#define BUILD_NUM 3342
+4
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
@@ -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>