This commit is contained in:
evilsocket 2018-02-07 21:08:56 +01:00
commit 14e8e57c78

View file

@ -301,7 +301,7 @@ func (s *Session) Refresh() {
}
func (s *Session) ReadLine() (string, error) {
// s.Refresh()
s.Refresh()
return s.Input.Readline()
}