You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a global atomic counter to indicate whether the background thread looking for input events should be polling or not.
Even though this methods stops gitui snatching input events from the editor, it seems that _one_ key input event is still captured. It looks like it happens after approximately 2 seconds (the `MAX_POLL_DURATION` used by the event poller).
0 commit comments