Bug found by:
Submitted by:
Requested by:
Reviewed by:
Approved by:
Obtained from:
global execMode
if {$execMode == "batch"} {
- puts $line
+ puts $line
} else {
- .bottom.textbox config -text "$line"
+ .bottom.textbox config -text "$line"
+ animateCursor
}
}
}
if {$line != "Kraj" } {
set response $line
+ if { [string match "imunes -b *" $command] } {
+ statline $line
+ }
gets $io line
}
while { $line != "Kraj" } {
append response "\n" $line
+ if { [string match "imunes -b *" $command] } {
+ statline $line
+ }
gets $io line
}
return $response