1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-27 12:23:46 +03:00
wezterm/window
Wez Furlong 1658627e2c macos: the event loop would keep running until mouse moved after quit
On macos, once all panes were closed, the GUI would request that the app
stop, but it wouldn't actually exit until a UI event occurred.

This was mostly noticeable when running debug builds from another
terminal.

Calling NSApp::abortModal is sufficient to knock us out of that state.
2021-04-03 14:57:20 -07:00
..
examples add window-resized event 2021-03-07 11:54:15 -08:00
src macos: the event loop would keep running until mouse moved after quit 2021-04-03 14:57:20 -07:00
build.rs macos: handle dead keys without IME 2021-01-31 17:06:30 -08:00
Cargo.toml remove the config bridge and have window -> config directly 2021-03-23 21:56:57 -07:00