respect hilight mode on enter review

This commit is contained in:
chrys
2016-11-05 00:11:54 +01:00
parent def9341ac1
commit 0407d39a3a
4 changed files with 13 additions and 7 deletions

View File

@@ -18,7 +18,9 @@ class command():
def run(self):
if self.env['runtime']['inputManager'].noKeyPressed():
return
return
if self.env['screenData']['newAttribDelta'] != '':
return
if self.env['screenData']['newTTY'] != self.env['screenData']['oldTTY']:
return
if self.env['screenData']['newCursor']['y'] != self.env['screenData']['oldCursor']['y']: