bugfix: never skip files in file navigator

[?]
Sep 18, 2022, 6:05 AM
IOCATA27VTQIYYFV5HZBKDKKYOSEIJ5SS742L3SUUCJXR26PXTGAC

Dependencies

Change contents

  • edit in commands.lua at line 64
    [4.206542]
    [4.206542]
    if Menu_cursor >= App.screen.width - 5 then
    break
    end
  • edit in commands.lua at line 74
    [3.196][4.206738:206791](),[4.206738][4.206738:206791](),[4.206791][2.197:219](),[2.219][4.206791:206808](),[4.206791][4.206791:206808]()
    if Menu_cursor + width > App.screen.width - 5 then
    log(2, 'skipped')
    return
    end