tune commands for braille

This commit is contained in:
chrys 2017-01-30 20:42:44 +01:00
parent 6a614c8d6b
commit dbd2b95910

View File

@ -28,7 +28,7 @@ class command():
if len(self.env['screenData']['newDelta'].strip(' \n\t')) <= 2:
return
self.env['runtime']['outputManager'].presentText(self.env['screenData']['newDelta'], interrupt=False,flush=False)
self.env['runtime']['outputManager'].presentText(self.env['screenData']['newDelta'], interrupt=False, flush=False)
def setCallback(self, callback):
pass