Skip to content

Commit

Permalink
Fix build on unix
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenn committed Dec 14, 2024
1 parent ea50442 commit 2085d0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/keymap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ impl<'b> InputState<'b> {
tty::Event::ExternalPrint(msg) => {
wrt.external_print(msg)?;
}
#[cfg(target_os = "macos")]
_ => {}
}
}
Expand Down

0 comments on commit 2085d0c

Please sign in to comment.