Create 85000-screen_chnage_reset_clipboard_marks
This commit is contained in:
parent
1691414b3b
commit
8b6ff2ea1a
@ -0,0 +1,16 @@
|
|||||||
|
#!/bin/python
|
||||||
|
|
||||||
|
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
|
||||||
|
return environment
|
||||||
|
def setCallback(self, callback):
|
||||||
|
pass
|
||||||
|
def shutdown(self):
|
||||||
|
pass
|
Loading…
Reference in New Issue
Block a user