diff --git a/src/widgets/proc.go b/src/widgets/proc.go index 566f01a7..29db6415 100644 --- a/src/widgets/proc.go +++ b/src/widgets/proc.go @@ -249,6 +249,7 @@ func (self *Proc) Kill() { } cmd := exec.Command(command, self.Rows[self.SelectedRow][self.UniqueCol]) cmd.Start() + cmd.Wait() } /////////////////////////////////////////////////////////////////////////////////