diff options
Diffstat (limited to 'core/ui.lua')
-rw-r--r-- | core/ui.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/ui.lua b/core/ui.lua index 708a6454..b725c900 100644 --- a/core/ui.lua +++ b/core/ui.lua @@ -476,6 +476,7 @@ if CURSES then elseif resize then resize(y, x) end + return resize ~= nil -- false resends mouse event to current view end) end |