From eba612bd6dd8f53b05163af1d06554df4e0bdc9f Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 21 Feb 2018 13:37:14 -0500 Subject: The terminal version can immediately focus a clicked view. This allows for immediate scrolling, selections, etc. in non-focused views. This behavior mimics the GUI version. --- core/ui.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'core/ui.lua') 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 -- cgit v1.2.3