mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 00:31:04 +00:00
7 lines
118 B
Rust
7 lines
118 B
Rust
#[macro_export]
|
|
macro_rules! tab {
|
|
($cx:ident) => {{
|
|
let tab = $cx.tab;
|
|
&mut $cx.core.mgr.tabs.items[tab]
|
|
}};
|
|
}
|