diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-20 17:54:34 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-20 17:54:34 +0200 |
| commit | 6bd2b80be51a8623640fbd77afa1da09289e40cc (patch) | |
| tree | 8fa76fc78e27a4f3d6f57af07805a83e9877f0ad /crates/client/src/atuin_pty_proxy/mod.rs | |
| parent | chore: Commit (diff) | |
| download | atuin-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.rs | 17 |
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; |
