improve output for pdmenu

This commit is contained in:
chrys
2018-06-08 20:43:25 +02:00
parent 2f39ae9a3d
commit 9a0ce77236
3 changed files with 13 additions and 0 deletions

View File

@ -22,6 +22,9 @@ class command():
return
if self.env['runtime']['cursorManager'].isCursorVerticalMove():
return
if self.env['screen']['newCursor']['x'] == == self.env['runtime']['screenManager'].getColums() - 1 and\
self.env['screen']['newCursor']['y'] == self.env['runtime']['screenManager'].getRows() - 1):
return
if self.env['runtime']['inputManager'].getShortcutType() in ['KEY']:
if not (self.env['runtime']['inputManager'].getLastDeepestInput() in [['KEY_UP'],['KEY_DOWN']]):
return