403 self.buff = "" |
403 self.buff = "" |
404 self.inContinue = False |
404 self.inContinue = False |
405 self.inRawMode = False |
405 self.inRawMode = False |
406 self.echoInput = True |
406 self.echoInput = True |
407 self.clientCapabilities = 0 |
407 self.clientCapabilities = 0 |
|
408 self.inCommandExecution = False |
|
409 self.interruptCommandExecution = False |
408 |
410 |
409 def __clientCapabilities(self, cap, clType): |
411 def __clientCapabilities(self, cap, clType): |
410 """ |
412 """ |
411 Private slot to handle the reporting of the clients capabilities. |
413 Private slot to handle the reporting of the clients capabilities. |
412 |
414 |