aboutsummaryrefslogtreecommitdiff
path: root/core/ui.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/ui.lua')
-rw-r--r--core/ui.lua1
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