392 self.buff = "" |
392 self.buff = "" |
393 self.inContinue = False |
393 self.inContinue = False |
394 self.inRawMode = False |
394 self.inRawMode = False |
395 self.echoInput = True |
395 self.echoInput = True |
396 self.clientCapabilities = 0 |
396 self.clientCapabilities = 0 |
|
397 self.inCommandExecution = False |
|
398 self.interruptCommandExecution = False |
397 |
399 |
398 def __clientCapabilities(self, cap, clType): |
400 def __clientCapabilities(self, cap, clType): |
399 """ |
401 """ |
400 Private slot to handle the reporting of the clients capabilities. |
402 Private slot to handle the reporting of the clients capabilities. |
401 |
403 |