billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=0fa0a5d9c8bc389c58af33f93784e839bd173711
commit 0fa0a5d9c8bc389c58af33f93784e839bd173711 Author: Boris Faure <[email protected]> Date: Sun Jun 21 17:50:30 2015 +0200 force focus even if win is not yet focused. Closes T2416 --- src/bin/win.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/win.c b/src/bin/win.c index c94c2c0..5094d69 100644 --- a/src/bin/win.c +++ b/src/bin/win.c @@ -2709,7 +2709,7 @@ _term_focus(Term *term) { Term_Container *tc; - if (_term_is_focused(term) || !_win_is_focused(term->wn)) + if (_term_is_focused(term)) return; tc = term->container; --
