Skip to content

Commit f761d41

Browse files
committed
Adjust line clearing to cover only the text
1 parent fe09d98 commit f761d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/ui/console/driver.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ def on_startup(opts = {})
547547

548548
if $msf_spinner_thread
549549
$msf_spinner_thread.kill
550-
$stderr.print "\r" + (" " * 60) + "\n"
550+
$stderr.print "\r" + (" " * 50) + "\n"
551551
end
552552

553553
run_single("banner") unless opts['DisableBanner']

0 commit comments

Comments
 (0)