tune commands for braille
This commit is contained in:
parent
6a614c8d6b
commit
dbd2b95910
@ -28,7 +28,7 @@ class command():
|
|||||||
if len(self.env['screenData']['newDelta'].strip(' \n\t')) <= 2:
|
if len(self.env['screenData']['newDelta'].strip(' \n\t')) <= 2:
|
||||||
return
|
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):
|
def setCallback(self, callback):
|
||||||
pass
|
pass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user