mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-24 08:11:04 +00:00
5 lines
122 B
Rust
5 lines
122 B
Rust
use yazi_shim::cell::RoCell;
|
|
|
|
use crate::terminal::Terminal;
|
|
|
|
pub static TERM: RoCell<Terminal<'static>> = RoCell::new();
|