This website requires JavaScript.
Explore
Help
Sign in
technofab
/
tmux-copyrat
Watch
1
Star
0
Fork
You've already forked tmux-copyrat
0
mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced
2025-12-16 01:43:51 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
5d4f19d7ba
tmux-copyrat
/
src
/
config
/
mod.rs
6 lines
100 B
Rust
Raw
Normal View
History
Unescape
Escape
refactor: BridgeOpt -> config/bridge.rs
2021-03-21 07:59:31 +01:00
mod
bridge
;
refactor: CliOpt -> config/core.rs
2021-03-21 07:12:14 +01:00
mod
core
;
refactor: BridgeOpt -> config/bridge.rs
2021-03-21 07:59:31 +01:00
pub
use
self
::
bridge
::
BridgeOpt
;
refactor: CliOpt -> config/core.rs
2021-03-21 07:12:14 +01:00
pub
use
self
::
core
::
{
CliOpt
,
HintStyleCli
}
;
Reference in a new issue
Copy permalink