add initial cursor tracking

This commit is contained in:
chrys
2017-02-02 00:39:22 +01:00
parent 9864f924aa
commit 1b05bbfc1c
2 changed files with 36 additions and 9 deletions

View File

@@ -32,6 +32,6 @@ class command():
self.env['runtime']['outputManager'].presentText('end of screen' ,interrupt=True, soundIcon='EndOfScreen')
if lineBreak:
if self.env['runtime']['settingsManager'].getSettingAsBool('review', 'lineBreak'):
self.env['runtime']['outputManager'].presentText('line break' ,interrupt=False, soundIcon='EndOfLine)
self.env['runtime']['outputManager'].presentText('line break' ,interrupt=False, soundIcon='EndOfLine')
def setCallback(self, callback):
pass