aboutsummaryrefslogtreecommitdiffstats
path: root/crates/client/src/atuin_pty_proxy/mod.rs
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-20 17:54:34 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-20 17:54:34 +0200
commit6bd2b80be51a8623640fbd77afa1da09289e40cc (patch)
tree8fa76fc78e27a4f3d6f57af07805a83e9877f0ad /crates/client/src/atuin_pty_proxy/mod.rs
parentchore: Commit (diff)
downloadatuin-6bd2b80be51a8623640fbd77afa1da09289e40cc.zip
chore: All compiles
Diffstat (limited to 'crates/client/src/atuin_pty_proxy/mod.rs')
-rw-r--r--crates/client/src/atuin_pty_proxy/mod.rs17
1 files changed, 0 insertions, 17 deletions
diff --git a/crates/client/src/atuin_pty_proxy/mod.rs b/crates/client/src/atuin_pty_proxy/mod.rs
deleted file mode 100644
index e1d01c83..00000000
--- a/crates/client/src/atuin_pty_proxy/mod.rs
+++ /dev/null
@@ -1,17 +0,0 @@
-#[cfg(unix)]
-mod capture;
-#[cfg(unix)]
-mod debug;
-#[cfg(unix)]
-mod osc133;
-#[cfg(unix)]
-mod pty_proxy;
-#[cfg(unix)]
-mod runtime;
-#[cfg(unix)]
-mod screen;
-
-#[cfg(unix)]
-pub(crate) use capture::{CommandCapture, CommandCaptureSink};
-#[cfg(unix)]
-pub(crate) use pty_proxy::PtyProxy;