1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-21 03:39:16 +03:00
wezterm/window
Wez Furlong 5fb1414b69 fix clipboard on x11
This was broken by the changes in
aad493ab2a.  The issue was that the
channel send didn't wakeup the receiver.  I'm not sure why, and I tried
a couple of different async channel implementation.

Doing the simplistic solution here works reliably.
2020-10-09 11:07:18 -07:00
..
examples upgrade misc deps, notably, async-task 2020-10-05 00:06:01 -07:00
src fix clipboard on x11 2020-10-09 11:07:18 -07:00
build.rs window: handle opengl context loss on windows. 2020-06-16 21:17:48 -07:00
Cargo.toml window: x11: fix minor leak of a display connection 2020-07-08 09:16:43 -07:00