pull/123/head
liuzheng712 2016-03-04 23:50:19 +08:00
parent 1ac9bebb8d
commit bdf6d97478
1 changed files with 3 additions and 0 deletions

View File

@ -384,6 +384,9 @@ class SshTty(Tty):
if self.channel in r:
try:
x = self.channel.recv(10240)
print x
print '===='
print len(x)
if len(x) == 0:
break
if self.vim_flag: