new: realtime network stats can now be used in the prompt

This commit is contained in:
evilsocket 2018-01-13 19:19:43 +01:00
commit 75b423ab2d
7 changed files with 31 additions and 4 deletions

View file

@ -91,7 +91,7 @@ func (s *EventsStream) Start() error {
fmt.Printf("[%s] [%s] %v\n", tm, core.Green(e.Tag), e.Data)
}
s.Session.Input.Refresh()
s.Session.Refresh()
}
break