From: AntiCat Date: Mon, 8 Oct 2018 05:20:21 +0000 (+0200) Subject: osx: fix annoying focus behaviour (#689) X-Git-Tag: v3.1.0~2 X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/b742ab8cc3fa259990551f2d4265c09681ba705f?ds=sidebyside;hp=b742ab8cc3fa259990551f2d4265c09681ba705f osx: fix annoying focus behaviour (#689) OS X has a global menu bar and a per app dock icon. Therefore, all GUI applications launched from a terminal will become focused - even if they don’t show any windows. Thereby the terminal loses focus. Since is it very annoying to re-focus the terminal after each proxmark client launch, this change makes the client unfocusable during launch and restores the regular behaviour when a window is created. ---