Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upset window focus fix #473
set window focus fix #473
Conversation
Codecov Report
@@ Coverage Diff @@
## master #473 +/- ##
==========================================
- Coverage 75.06% 74.93% -0.13%
==========================================
Files 5 5
Lines 794 794
Branches 231 231
==========================================
- Hits 596 595 -1
Misses 146 146
- Partials 52 53 +1
Continue to review full report at Codecov.
|
|
I can confirm that the above fix works for me. In addition, it seems that the Travis CI check failed due to network error. |
Fixes #326.
Existing hook sets focus to some window, but it does not set the focus back to the last (previously selected) window, but to the previous window (previous in the list of windows in the session).
My commit fixes this without any deeper knowledge about the hook itself.
Unfortunately the hook tells "no last window" to me now.