use the new color sequences. fixes #506

git-svn-id: file:///home/svn/framework3/trunk@7465 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2009-11-11 04:43:52 +00:00
parent 12c4d321c2
commit b6a5f53233
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ end
# Start a pseudo shell and dispatch lines to be assembled and then # Start a pseudo shell and dispatch lines to be assembled and then
# disassembled. # disassembled.
shell = Rex::Ui::Text::PseudoShell.new("%bnasm%c") shell = Rex::Ui::Text::PseudoShell.new("%bldnasm%clr")
shell.run { |line| shell.run { |line|
line.gsub!(/(\r|\n)/, '') line.gsub!(/(\r|\n)/, '')
@ -34,4 +34,4 @@ shell.run { |line|
rescue RuntimeError rescue RuntimeError
puts "Error: #{$!}" puts "Error: #{$!}"
end end
} }