From 0e0501c510148e7bfa99778c4d561c186c1155bb Mon Sep 17 00:00:00 2001 From: Jonathan Date: Thu, 13 Jul 2023 06:01:17 +0300 Subject: Fix piping to Helix on macOS (#5468) --- helix-term/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'helix-term/Cargo.toml') diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index e3f561d3..3576f684 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -70,6 +70,9 @@ grep-searcher = "0.1.11" signal-hook-tokio = { version = "0.3", features = ["futures-v0_3"] } libc = "0.2.147" +[target.'cfg(target_os = "macos")'.dependencies] +crossterm = { version = "0.26", features = ["event-stream", "use-dev-tty"] } + [build-dependencies] helix-loader = { version = "0.6", path = "../helix-loader" } -- cgit v1.2.3-70-g09d2