1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-27 02:25:28 +03:00

fix test build

This commit is contained in:
Wez Furlong 2023-04-15 15:42:05 -07:00
parent 0bb9a2896e
commit 46bc9f57c5
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387

View File

@ -2324,6 +2324,7 @@ mod test {
event.raw = Some(RawKeyEvent {
key: event.key.clone(),
modifiers: event.modifiers,
leds: KeyboardLedStatus::empty(),
phys_code: phys,
raw_code: 0,
#[cfg(windows)]