just calculate if hilight is on
This commit is contained in:
parent
e06bd16423
commit
144d5828d2
@ -151,6 +151,6 @@ class driver():
|
||||
|
||||
# track highlighted
|
||||
if self.env['screenData']['oldContentAttrib'] != self.env['screenData']['newContentAttrib']:
|
||||
if not self.env['runtime']['settingsManager'].getSettingAsBool('focus', 'highlight'):
|
||||
self.env['screenData']['newAttribDelta'], currCursor = screen_utils.trackHighlights(self.env['screenData']['oldContentAttrib'], self.env['screenData']['newContentAttrib'], self.env['screenData']['newContentText'], self.env['screenData']['columns'])
|
||||
print('drin',self.env['screenData']['newAttribDelta'])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user