rename onScreenChange to onScreenUpdate and create onScreenChange

This commit is contained in:
chrys
2016-09-21 23:30:27 +02:00
parent e9b97945a3
commit 02520c9739
14 changed files with 15 additions and 14 deletions

View File

@ -17,8 +17,6 @@ class command():
return 'No Description found'
def run(self):
if self.env['screenData']['newTTY'] == self.env['screenData']['oldTTY']:
return
self.env['runtime']['outputManager'].presentText("screen " + str(self.env['screenData']['newTTY']),soundIcon='ChangeTTY', interrupt=True)
self.env['runtime']['outputManager'].presentText(self.env['screenData']['newDelta'], interrupt=False)

View File

@ -17,8 +17,6 @@ class command():
return 'No Description found'
def run(self):
if self.env['screenData']['newTTY'] == self.env['screenData']['oldTTY']:
return
self.env['commandBuffer']['Marks']['1'] = None
self.env['commandBuffer']['Marks']['2'] = None

View File

@ -17,8 +17,6 @@ class command():
return 'No Description found'
def run(self):
if self.env['screenData']['newTTY'] == self.env['screenData']['oldTTY']:
return
self.env['screenData']['oldCursorReview'] = None
self.env['screenData']['newCursorReview'] = None