add soundicon for BarrierMode

This commit is contained in:
chrys
2018-06-18 00:15:25 +02:00
parent 98660d17ac
commit c3f3aeb2e5
7 changed files with 14 additions and 31 deletions

View File

@ -48,7 +48,7 @@ class command():
# barrier
sayLine = currLine
if self.env['runtime']['settingsManager'].getSettingAsBool('focus', 'barrier'):
sayLine = self.env['runtime']['textManager'].getBarrierText(sayLine, self.env['screen']['newCursor']['x'])
sayLine = self.env['runtime']['barrierManager'].handleLineBarrier(sayLine, self.env['screen']['newCursor']['x'])
# output
self.env['runtime']['outputManager'].presentText(sayLine, interrupt=doInterrupt, flush=False)
self.lastIdent = currIdent