QScintilla/Shell.py

branch
5_1_x
changeset 1057
fed2f10ce334
parent 826
2e3e2055e715
child 1510
e75ecf2bd9dd
equal deleted inserted replaced
1050:216ef2393d89 1057:fed2f10ce334
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

eric ide

mercurial