Update and rename 85000-screen_chnage_reset_clipboard_marks to 85000-screen_chnage_reset_marks.py
This commit is contained in:
parent
b08114f13a
commit
82a030dba9
@ -6,8 +6,8 @@ class command():
|
|||||||
def run(self, environment):
|
def run(self, environment):
|
||||||
if environment['screenData']['newTTY'] == environment['screenData']['oldTTY']:
|
if environment['screenData']['newTTY'] == environment['screenData']['oldTTY']:
|
||||||
return environment
|
return environment
|
||||||
environment['commandBuffer']['clipboardMark']['1'] = None
|
environment['commandBuffer']['Marks']['1'] = None
|
||||||
environment['commandBuffer']['clipboardMark']['2'] = None
|
environment['commandBuffer']['Marks']['2'] = None
|
||||||
return environment
|
return environment
|
||||||
def setCallback(self, callback):
|
def setCallback(self, callback):
|
||||||
pass
|
pass
|
Loading…
x
Reference in New Issue
Block a user