Create 85000-screen_chnage_reset_clipboard_marks

This commit is contained in:
chrys87 2016-08-23 10:26:13 +02:00 committed by GitHub
parent 1691414b3b
commit 8b6ff2ea1a

View File

@ -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