rename onScreenChange to onScreenUpdate and create onScreenChange
This commit is contained in:
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user