reset marks on screen change
This commit is contained in:
parent
f2627a2c85
commit
89d7706539
@ -4,11 +4,10 @@ class command():
|
||||
def __init__(self):
|
||||
pass
|
||||
def run(self, environment):
|
||||
|
||||
if environment['screenData']['newTTY'] == environment['screenData']['oldTTY']:
|
||||
return environment
|
||||
environment['screenData']['newTTY'] = None
|
||||
environment['screenData']['newTTY'] = None
|
||||
environment['commandBuffer']['clipboardMark']['1'] = None
|
||||
environment['commandBuffer']['clipboardMark']['2'] = None
|
||||
return environment
|
||||
def setCallback(self, callback):
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user