Skip to content

Commit

Permalink
fix: only re-export cursor position for windows when the events featu…
Browse files Browse the repository at this point in the history
…re flag is enabled
  • Loading branch information
joshka committed May 5, 2024
1 parent e7aefd6 commit 373991c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cursor/sys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#[cfg(feature = "events")]
pub use self::unix::position;
#[cfg(windows)]
#[cfg(feature = "events")]
pub use self::windows::position;
#[cfg(windows)]
pub(crate) use self::windows::{
Expand Down

0 comments on commit 373991c

Please sign in to comment.