Which operating system does the issue occur on? macOS 10.13
When input Chinese characters, if I use backspace to remove some letters ( as part of the Pinyin structure), it will get the characters which are just before the cursor of alacritty deleted (not what I intend to do).
I have tested it with the input method in the gifs and macOS's default Pinyin input methods, and with the fresh installed alacritty on other people's maxOS (also 10.13), all reproduced the case.
gifs for different behaviors of alacritty and iTerm2.


Same on head
Looks like the intended behavior is that while the popup is open, the backspace key should be ignored? Is that correct?
@chrisduerr seems the common behavior (what I see from the UI) is: when input "ceshi" with Pinyin input method, there are actual letters (with underline) in the software's box (not only in the popup) waiting for further instructions. Notes/Paper/Browser/search bars of other softwares on macOS work like this. Haven't looked into the key events...
This is related to #1613 and a solution to that issue would probably also solve this one.
Same here on macOS Mojave 10.14.

I would like to help resolving this issue. @chrisduerr Would you mind to shed some light on it?
Is there any solution ?
@coderhwz If you want to see a solution to this issue, your best choice is to try and look into this yourself. I'm always happy to help you out if you're interested at resolving this problem.
However as long as an issue is still open, there is no solution. Rather than commenting, which sends a notification to everyone watching the repository, I'd recommend subscribing to the issue for updates.
I think winit should not capture delete events on the input method
Is there any solution ?
so how to do ?
Is there any solution?
Which operating system does the issue occur on? macOS 10.13
When input Chinese characters, if I use backspace to remove some letters ( as part of the Pinyin structure), it will get the characters which are just before the cursor of alacritty deleted (not what I intend to do).
I have tested it with the input method in the gifs and macOS's default Pinyin input methods, and with the fresh installed alacritty on other people's maxOS (also 10.13), all reproduced the case.gifs for different behaviors of alacritty and iTerm2.
Hi,,When I input the chinese words. it's show messy code. like this <00e4><00bd><00a0>.How to Input the Chinese characters in alacritty?
A workaround in macOS: hold command key when press backspace
This occurs also in japanese input method which is installed by default.
(I was typing en<Space> and ↑ and ↓ keys but alacritty was handling keys even while preediting)

Please ignore keys while preediting (generally called "over-the-spot" ? I don't know macOS API and input method well though).
https://docs.oracle.com/cd/E19455-01/806-2914/6jc3mhd4h/index.html
And this is off-topic though, I can't input any japanese characters #1101
I'm using:
$ brew cask ls --versions alacritty
alacritty 0.3.3
same problem :disappointed:
same here.
it's 2020, no solution?
It's 2020, you should know that bumping issues over and over again just means there will be less work done fixing problems and more work handling issues.
If you're not satisfied with the priority of an issue, patches are always welcome and I'm happy to mentor anyone who's trying to help out.
It's 2020, you should know that bumping issues over and over again just means there will be less work done fixing problems and more work handling issues.
If you're not satisfied with the priority of an issue, patches are always welcome and I'm happy to mentor anyone who's trying to help out.
after adding some println!, I find the problem is Back (Backspace key), is a build-in binding, every time press Backspace key, Alacritty delete some input. To fix this issue, put
key_bindings:
- { key: Back, action: ReceiveChar}
into your configuration.
@ngn999 awesome it's work for me
@ngn999 That's a very good catch, thanks for pointing it out. It seems like on macOS the ^? character is sent by default, making it so this binding is not actually required.
On Linux, the backspace is ^H by default so we have this binding to change things into ^?.
It seems like we should be able to remove this binding from macOS and just use it for Windows/Linux and that should fix this issue? Though I don't know if it is required on Windows, if anyone is willing to help, please let me know.
Also if someone has a Rust toolchain installed, please let me know if this works: https://github.com/alacritty/alacritty/pull/3264.
with this fix, when using tmux within alacritty, press backspace cause tmux pane switched, any idea why this is happening? @chrisduerr
by the way I am using ^H/^L/^J/^K to switch between tmux panes
@AndreGeng do you trigger your input method with Ctrl? I feel like you're experiencing #3188 thing. Unless you're on some older versions.
maybe not the same issue, I am using cmd-space to switch between input methods, 0.4.1 is working fine for me, only seeing this problem on 0.4.2-dev @kchibisov
Could you do alacritty --version( I need hash of commit)?
alacritty 0.4.2-dev (6832b86) @kchibisov
Could you provide us with alacritty --print-events output while you're reproducing the issue?
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: MouseMotion { delta: (0.0, -3.0) } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102571671609 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 0, value: 1.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 1, value: -3.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: MouseMotion { delta: (1.0, -3.0) } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102582498145 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 1, value: -3.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: MouseMotion { delta: (0.0, -3.0) } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102587714748 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 1, value: -3.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: MouseMotion { delta: (0.0, -3.0) } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102595761545 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 1, value: -2.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: MouseMotion { delta: (0.0, -2.0) } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102603857382 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 1, value: -3.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: MouseMotion { delta: (0.0, -3.0) } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102611837929 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 1, value: -2.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: MouseMotion { delta: (0.0, -2.0) } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102620475017 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 1, value: -3.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: MouseMotion { delta: (0.0, -3.0) } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102627918086 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 1, value: -1.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: MouseMotion { delta: (0.0, -1.0) } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102635832581 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 1, value: -1.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: MouseMotion { delta: (0.0, -1.0) } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102643916284 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 1, value: -1.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: MouseMotion { delta: (0.0, -1.0) } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102652131911 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 1, value: -1.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: MouseMotion { delta: (0.0, -1.0) } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102659935746 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102667984420 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 1, value: -1.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: MouseMotion { delta: (0.0, -1.0) } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102676048120 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102747905801 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102755911962 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 1, value: 1.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: MouseMotion { delta: (0.0, 1.0) } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102763799340 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102771679426 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 1, value: 2.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: MouseMotion { delta: (0.0, 2.0) } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102782403522 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 0, value: -1.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 1, value: 2.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: MouseMotion { delta: (-1.0, 2.0) } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102787967868 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 0, value: -1.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 1, value: 2.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: MouseMotion { delta: (-1.0, 2.0) } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102795900384 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 0, value: -2.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 1, value: 3.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: MouseMotion { delta: (-2.0, 3.0) } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102803901458 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 0, value: -1.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 1, value: 4.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: MouseMotion { delta: (-1.0, 4.0) } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102811888717 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 0, value: -2.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 1, value: 3.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: MouseMotion { delta: (-2.0, 3.0) } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102820243145 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 0, value: -2.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 1, value: 3.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: MouseMotion { delta: (-2.0, 3.0) } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102827752926 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 0, value: -1.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 1, value: 1.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: MouseMotion { delta: (-1.0, 1.0) } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102836306726 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 0, value: -2.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 1, value: 2.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: MouseMotion { delta: (-2.0, 2.0) } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102844155692 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 0, value: -1.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 1, value: 2.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: MouseMotion { delta: (-1.0, 2.0) } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102852149877 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 0, value: -1.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 1, value: 1.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: MouseMotion { delta: (-1.0, 1.0) } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102860174582 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 0, value: -1.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 1, value: 1.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: MouseMotion { delta: (-1.0, 1.0) } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102867934608 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 1, value: 1.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: MouseMotion { delta: (0.0, 1.0) } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102875697623 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102884487002 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 0, value: -1.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: MouseMotion { delta: (-1.0, 0.0) } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102891836258 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102899768163 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 1, value: 1.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: MouseMotion { delta: (0.0, 1.0) } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102908055717 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102916782472 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102924253948 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 0, value: -1.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: MouseMotion { delta: (-1.0, 0.0) } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102939926470 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 1, value: 1.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: MouseMotion { delta: (0.0, 1.0) } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102955757041 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102963836938 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102972385338 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80102987797356 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 0, value: -1.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: MouseMotion { delta: (-1.0, 0.0) } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80103003980597 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 1, value: 1.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: MouseMotion { delta: (0.0, 1.0) } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80103011879148 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80103020361117 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80103027826991 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80103036209072 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 1, value: 1.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: MouseMotion { delta: (0.0, 1.0) } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80103043791001 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 0, value: -1.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: MouseMotion { delta: (-1.0, 0.0) } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80103051977259 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 1, value: 1.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: MouseMotion { delta: (0.0, 1.0) } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80103059820283 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 0, value: -1.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 1, value: 1.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: MouseMotion { delta: (-1.0, 1.0) } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80103068082047 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80103075781082 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 0, value: -1.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 1, value: 1.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: MouseMotion { delta: (-1.0, 1.0) } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80103084390383 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80103091700503 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80103099785467 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 0, value: -1.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: MouseMotion { delta: (-1.0, 0.0) } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80103107955590 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: Motion { axis: 1, value: 1.0 } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: MouseMotion { delta: (0.0, 1.0) } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80103117283792 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80104432434156 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80104440620244 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80104668036363 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(Title("andregeng@WorkAir: ~"))
[2020-02-08 06:21] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80104791088790 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80104793543423 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80104793667002 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80104848868540 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80104868543103 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80105298930880 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80105299133032 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80106043099030 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80106185433093 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80106185638367 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 46, state: Pressed, virtual_keycode: Some(M), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: ReceivedCharacter('m') }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80106314678722 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(MouseCursorDirty)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80106315210832 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80106333365432 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 46, state: Released, virtual_keycode: Some(M), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80106392575195 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 32, state: Pressed, virtual_keycode: Some(U), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: ReceivedCharacter('u') }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80106618437175 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(MouseCursorDirty)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80106619510969 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80106632798591 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 32, state: Released, virtual_keycode: Some(U), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80106710942030 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 7, state: Pressed, virtual_keycode: Some(X), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: ReceivedCharacter('x') }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80106765810162 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(MouseCursorDirty)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80106767060535 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80106784608899 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 7, state: Released, virtual_keycode: Some(X), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80106862987910 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 49, state: Pressed, virtual_keycode: Some(Space), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: ReceivedCharacter(' ') }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80106951699010 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(MouseCursorDirty)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80106952659308 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80106968116689 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 49, state: Released, virtual_keycode: Some(Space), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80107060865333 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 13, state: Pressed, virtual_keycode: Some(W), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: ReceivedCharacter('w') }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80107245038517 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(MouseCursorDirty)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80107246119594 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80107267861039 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 13, state: Released, virtual_keycode: Some(W), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80107329992973 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 31, state: Pressed, virtual_keycode: Some(O), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: ReceivedCharacter('o') }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80107369918398 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(MouseCursorDirty)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80107370862355 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80107383029890 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 31, state: Released, virtual_keycode: Some(O), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80107462837944 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 15, state: Pressed, virtual_keycode: Some(R), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: ReceivedCharacter('r') }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80107492692969 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(MouseCursorDirty)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80107493661906 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80107500629995 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 15, state: Released, virtual_keycode: Some(R), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80107601845720 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 40, state: Pressed, virtual_keycode: Some(K), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: ReceivedCharacter('k') }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80107626725447 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(MouseCursorDirty)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80107627625451 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80107634685324 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 40, state: Released, virtual_keycode: Some(K), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80107736621341 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 36, state: Pressed, virtual_keycode: Some(Return), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: ReceivedCharacter('\r') }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80108039725169 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(MouseCursorDirty)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80108040511001 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80108049477859 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80108065316170 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(Title("tmuxinator work"))
[2020-02-08 06:21] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80108082189044 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80108086773199 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80108086885141 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 36, state: Released, virtual_keycode: Some(Return), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80108114980462 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80108586812055 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80108587024735 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(MouseCursorDirty)
[2020-02-08 06:21] [INFO] glutin event: UserEvent(MouseCursorDirty)
[2020-02-08 06:21] [INFO] glutin event: UserEvent(MouseCursorDirty)
[2020-02-08 06:21] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80109075860402 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80109076706095 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(MouseCursorDirty)
[2020-02-08 06:21] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80109088324221 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:21] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:21] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80109098418152 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80111661798753 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80111662068001 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80113085041513 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 59, state: Pressed, virtual_keycode: Some(LControl), modifiers: CTRL }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: ModifiersChanged(CTRL) }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80115360711373 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 4, state: Pressed, virtual_keycode: Some(H), modifiers: CTRL }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: ReceivedCharacter('\u{8}') }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80115573506021 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(MouseCursorDirty)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80115574205763 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80115595715830 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 4, state: Released, virtual_keycode: Some(H), modifiers: CTRL }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80115651985615 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 37, state: Pressed, virtual_keycode: Some(L), modifiers: CTRL }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: ReceivedCharacter('\u{c}') }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] Width: 1385, Height: 855
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80116233839737 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(MouseCursorDirty)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80116234304266 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80116253911101 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80116287454712 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80116309992982 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 37, state: Released, virtual_keycode: Some(L), modifiers: CTRL }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80116354932704 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 59, state: Released, virtual_keycode: Some(LControl), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: ModifiersChanged((empty)) }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80116740398528 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 51, state: Pressed, virtual_keycode: Some(Back), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: ReceivedCharacter('\u{7f}') }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80117026580273 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(MouseCursorDirty)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80117026837477 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80117033592627 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 51, state: Released, virtual_keycode: Some(Back), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80117130165161 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80117160087066 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80117160327209 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 51, state: Pressed, virtual_keycode: Some(Back), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: ReceivedCharacter('\u{7f}') }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80117386735884 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(MouseCursorDirty)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80117387125508 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80117405779171 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 51, state: Released, virtual_keycode: Some(Back), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80117496124302 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 51, state: Pressed, virtual_keycode: Some(Back), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: ReceivedCharacter('\u{7f}') }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80117680172458 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(MouseCursorDirty)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80117680808434 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80117703313052 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 51, state: Released, virtual_keycode: Some(Back), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80117758038077 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 51, state: Pressed, virtual_keycode: Some(Back), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: ReceivedCharacter('\u{7f}') }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80117884583153 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(MouseCursorDirty)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80117885040149 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80117900104441 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 51, state: Released, virtual_keycode: Some(Back), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80117978908155 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80118087336416 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 59, state: Pressed, virtual_keycode: Some(LControl), modifiers: CTRL }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: ModifiersChanged(CTRL) }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80118336930301 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 4, state: Pressed, virtual_keycode: Some(H), modifiers: CTRL }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: ReceivedCharacter('\u{8}') }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80118460997774 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(MouseCursorDirty)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80118461396054 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80118488279959 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 4, state: Released, virtual_keycode: Some(H), modifiers: CTRL }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80118558029968 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 59, state: Released, virtual_keycode: Some(LControl), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: ModifiersChanged((empty)) }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80118637560893 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 0, state: Pressed, virtual_keycode: Some(A), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: ReceivedCharacter('a') }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80118976816944 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(MouseCursorDirty)
[2020-02-08 06:21] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:21] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80118983583644 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80118999912074 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 0, state: Released, virtual_keycode: Some(A), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80119098981500 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 55, state: Pressed, virtual_keycode: Some(LWin), modifiers: LOGO }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: ModifiersChanged(LOGO) }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80119623541181 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 55, state: Released, virtual_keycode: Some(LWin), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: ModifiersChanged((empty)) }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80119784199383 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80119784925095 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80119814682616 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80119814888287 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 13, state: Pressed, virtual_keycode: Some(W), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80120010746205 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 12, state: Pressed, virtual_keycode: Some(Q), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80120113145336 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 13, state: Released, virtual_keycode: Some(W), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:21] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80120156998584 }, requested_resume: None })
[2020-02-08 06:21] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 12, state: Released, virtual_keycode: Some(Q), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:21] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:21] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80120241282201 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 51, state: Pressed, virtual_keycode: Some(Back), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80121169889362 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 51, state: Released, virtual_keycode: Some(Back), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80121251154479 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 51, state: Pressed, virtual_keycode: Some(Back), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80121396567731 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 51, state: Released, virtual_keycode: Some(Back), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80121487265657 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 59, state: Pressed, virtual_keycode: Some(LControl), modifiers: CTRL }, is_synthetic: false } }
[2020-02-08 06:22] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: ModifiersChanged(CTRL) }
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80121891308069 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 59, state: Released, virtual_keycode: Some(LControl), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:22] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: ModifiersChanged((empty)) }
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80121987685112 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 53, state: Pressed, virtual_keycode: Some(Escape), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:22] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: ReceivedCharacter('\u{1b}') }
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80121999257594 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: UserEvent(MouseCursorDirty)
[2020-02-08 06:22] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 53, state: Released, virtual_keycode: Some(Escape), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80121999964382 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80122056312549 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80122067981411 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80122160245389 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80122160408531 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 59, state: Pressed, virtual_keycode: Some(LControl), modifiers: CTRL }, is_synthetic: false } }
[2020-02-08 06:22] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: ModifiersChanged(CTRL) }
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80122346572349 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 37, state: Pressed, virtual_keycode: Some(L), modifiers: CTRL }, is_synthetic: false } }
[2020-02-08 06:22] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: ReceivedCharacter('\u{c}') }
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] Width: 1385, Height: 855
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80122471781501 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: UserEvent(MouseCursorDirty)
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80122472002399 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80122484318669 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80122504583116 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 37, state: Released, virtual_keycode: Some(L), modifiers: CTRL }, is_synthetic: false } }
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80122536371638 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80122550767277 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 59, state: Released, virtual_keycode: Some(LControl), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:22] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: ModifiersChanged((empty)) }
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80122589449259 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 51, state: Pressed, virtual_keycode: Some(Back), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:22] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: ReceivedCharacter('\u{8}') }
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80123079463902 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: UserEvent(MouseCursorDirty)
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80123079950382 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80123090623609 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80123090744344 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80123103963396 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 51, state: Released, virtual_keycode: Some(Back), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80123191442322 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 59, state: Pressed, virtual_keycode: Some(LControl), modifiers: CTRL }, is_synthetic: false } }
[2020-02-08 06:22] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: ModifiersChanged(CTRL) }
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80125014953169 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 37, state: Pressed, virtual_keycode: Some(L), modifiers: CTRL }, is_synthetic: false } }
[2020-02-08 06:22] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: ReceivedCharacter('\u{c}') }
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] Width: 1385, Height: 855
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80125173401621 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: UserEvent(MouseCursorDirty)
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80125173672871 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80125219191779 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:22] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 37, state: Released, virtual_keycode: Some(L), modifiers: CTRL }, is_synthetic: false } }
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80125247152460 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 59, state: Released, virtual_keycode: Some(LControl), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:22] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: ModifiersChanged((empty)) }
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80125325555322 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 51, state: Pressed, virtual_keycode: Some(Back), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:22] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: ReceivedCharacter('\u{8}') }
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80125841521697 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: UserEvent(MouseCursorDirty)
[2020-02-08 06:22] [INFO] glutin event: UserEvent(Wakeup)
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80125867854768 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80125868378295 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 51, state: Released, virtual_keycode: Some(Back), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80125941602731 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80127657692606 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80127657892673 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80128092047223 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 55, state: Pressed, virtual_keycode: Some(LWin), modifiers: LOGO }, is_synthetic: false } }
[2020-02-08 06:22] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: ModifiersChanged(LOGO) }
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80129820399251 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 55, state: Released, virtual_keycode: Some(LWin), modifiers: (empty) }, is_synthetic: false } }
[2020-02-08 06:22] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: ModifiersChanged((empty)) }
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80130068377514 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80130086502280 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80130086671364 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80130088757785 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80130089072962 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80132658143820 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80132658416327 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80132658685753 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 55, state: Pressed, virtual_keycode: Some(LWin), modifiers: LOGO }, is_synthetic: false } }
[2020-02-08 06:22] [INFO] glutin event: DeviceEvent { device_id: DeviceId(DeviceId), event: ModifiersChanged(LOGO) }
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80134157050063 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140472404255872)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 12, state: Pressed, virtual_keycode: Some(Q), modifiers: LOGO }, is_synthetic: false } }
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { t: 80134337747397 }, requested_resume: None })
[2020-02-08 06:22] [INFO] glutin event: UserEvent(Exit)
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(Poll)
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(Poll)
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(Poll)
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(Poll)
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(Poll)
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(Poll)
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(Poll)
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(Poll)
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(Poll)
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(Poll)
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(Poll)
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(Poll)
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(Poll)
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(Poll)
[2020-02-08 06:22] [INFO] glutin event: MainEventsCleared
[2020-02-08 06:22] [INFO] glutin event: RedrawEventsCleared
[2020-02-08 06:22] [INFO] glutin event: NewEvents(Poll)
[2020-02-08 06:22] [INFO] glutin event: LoopDestroyed
[2020-02-08 06:22] [INFO] Goodbye
Ctrl + backspace is the same thing as ctrl + H btw. However you're not pressing Ctrl + backspace, right?
yes, just pressing backspace without ctrl
yes, just pressing
backspacewithoutctrl
same issue on alacritty (v0.2.1-14-g8f2a4b8) alacritty (8f2a4b) for me.
same issue on alacritty (v0.2.1-14-g8f2a4b8) for me.
I'm not aware of such version. The commit doesn't belong to our git history, so, please, don't report issues from your custom builds with versions that doesn't even follow over history.
same issue on alacritty (v0.2.1-14-g8f2a4b8) for me.
I'm not aware of such version. The commit doesn't belong to our git history, so, please, don't report issues from your custom builds with versions that doesn't even follow over history.
Sorry for this ambiguous commit tag.
The commit generate by git describe --tags that equal to 8f2a4b89df42ee872e6a215466a91aaecfc0926f commit by Zac Pullar-Strecker <[email protected]> on Sat Oct 27 13:49:55 2018 +1300.
I'm afraid the problem is just that Backspace key and ^H is the same. Like Esc key and ^[.
The problem is that macOS sends backspace as ^? for some period of time, but then starts sending ^H. Why macOS does that, idk. You can clearly see it in the log there https://github.com/alacritty/alacritty/issues/1606#issuecomment-583642879 , look at ReceivedChar after Back, for some time it's correct, but then blows up.
I'm afraid the problem is just that Backspace key and ^H is the same.
depends on terminfo, we use ^? for backspace, some uses ^H, but problem is on a different level here.
@AndreGeng Have you switched keyboard layout or something like that during the recording of that log?
@chrisduerr I didn't change keyboard layout during the recoding, just switching between input methods using cmd+space. you can see the reproducing process from below gif

Because of issues with the fix, the change had to be reverted: https://github.com/alacritty/alacritty/pull/3320.
Reported upstream in https://github.com/rust-windowing/winit/issues/1452.
oh yes , When is the 0.4.2 version release ?
Same problem, too
I switched to kitty, which has no such problem, and it has builtin support for meta and super key when the input method is on.
I switched to
kitty, which has no such problem, and it has builtin support formetaandsuperkey when the input method is on.
but kitty press keyboard input was too slow for me. how do you fix it?
when i holding the hjkl on vim to move the cursor, that no more fluent than alacritty 😢
but kitty press keyboard input was too slow for me. how do you fix it?
That's probably best discussed on Kitty's issue tracker. ;)
I have no problem with using alternative emulators if they work better for you, but please keep the responses on topic for Alacritty, otherwise it's going to be much more difficult to actually follow the conversation to fix things when the time has come.
It's 2020, you should know that bumping issues over and over again just means there will be less work done fixing problems and more work handling issues.
If you're not satisfied with the priority of an issue, patches are always welcome and I'm happy to mentor anyone who's trying to help out.after adding some println!, I find the problem is
Back(Backspace key), is a build-in binding, every time press Backspace key, Alacritty delete some input. To fix this issue, putkey_bindings: - { key: Back, action: ReceiveChar}into your configuration.
To be clear,this only fixes the backspace key, but @tyru 's issue about the arrow keys still exists.
It's 2020, you should know that bumping issues over and over again just means there will be less work done fixing problems and more work handling issues.
If you're not satisfied with the priority of an issue, patches are always welcome and I'm happy to mentor anyone who's trying to help out.after adding some println!, I find the problem is
Back(Backspace key), is a build-in binding, every time press Backspace key, Alacritty delete some input. To fix this issue, putkey_bindings: - { key: Back, action: ReceiveChar}into your configuration.
in vim editor, this binding cause backspace not work
Most helpful comment
after adding some println!, I find the problem is
Back(Backspace key), is a build-in binding, every time press Backspace key, Alacritty delete some input. To fix this issue, putinto your configuration.