1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-24 13:52:55 +03:00
wezterm/window
Jeffrey Knockel a0974a2537 Implement SetInnerSizeCompleted events
These are used to signal, after a set_inner_size() call, at what point
we can expect any and all of its related Resized events to have already
been dispatched.  SetInnerSizeCompleted events are currently used to fix
a race condition in rescaling the terminal in which the number of cells
of the terminal (e.g., 80x24) can change when quickly rescaling the
terminal.
2024-02-04 09:40:54 -07:00
..
examples Implement SetInnerSizeCompleted events 2024-02-04 09:40:54 -07:00
src Implement SetInnerSizeCompleted events 2024-02-04 09:40:54 -07:00
build.rs macos: handle dead keys without IME 2021-01-31 17:06:30 -08:00
Cargo.toml Don't use xkbcommon feature in smithay so we can use modifiers 2024-02-03 14:56:08 -07:00
LICENSE.md Add missing license files 2022-08-17 07:19:12 -07:00