Rename Cargo crates (bterminal-core→agor-core, bterminal-relay→agor-relay), env vars (BTERMINAL_*→AGOR_*), config paths (~/.config/agor), CSS custom properties, plugin API object, package names, and all documentation. BREAKING CHANGE: config/data paths changed from bterminal to agor.
4 lines
179 B
Rust
4 lines
179 B
Rust
// Thin wrapper — re-exports agor_core::pty types.
|
|
// PtyManager is now in agor-core; this module only re-exports for lib.rs.
|
|
|
|
pub use agor_core::pty::{PtyManager, PtyOptions};
|