This commit is contained in:
evilsocket 2018-02-07 21:06:20 +01:00
commit b26ff8bd85

View file

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