1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-25 06:12:16 +03:00

fix tests

refs: #429
This commit is contained in:
Wez Furlong 2021-01-17 22:01:21 -08:00
parent da3a41e018
commit 28e527b649

View File

@ -1560,6 +1560,9 @@ mod test {
fn is_mouse_grabbed(&self) -> bool {
false
}
fn is_alt_screen_active(&self) -> bool {
false
}
fn get_current_working_dir(&self) -> Option<Url> {
None
}