Skip to content

Commit

Permalink
allow map movement keys to work
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Nov 26, 2023
1 parent eb73cca commit 29fec90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/pathable.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ local widgets = require('gui.widgets')
Pathable = defclass(Pathable, gui.ZScreen)
Pathable.ATTRS{
focus_path='pathable',
pass_movement_keys=true,

This comment has been minimized.

Copy link
@lethosor

lethosor Nov 27, 2023

Member

Is this always what we want? we do have that "lock" behavior for this script.

}

function Pathable:init()
Expand Down

0 comments on commit 29fec90

Please sign in to comment.