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-15 17:33:51 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
f539545edd
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: HintStyleCli -> HintStyleArg
2021-03-21 08:03:40 +01:00
pub
use
self
::
core
::
{
CliOpt
,
HintStyleArg
}
;
Reference in a new issue
Copy permalink