mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-14 08:53:52 +01:00
refactor: selection.rs -> ui/selection.rs
This commit is contained in:
parent
748da3ae72
commit
a5e3ed263c
6 changed files with 10 additions and 6 deletions
|
|
@ -3,7 +3,7 @@ use std::fs::OpenOptions;
|
|||
use std::io::prelude::*;
|
||||
use std::io::{self, Read};
|
||||
|
||||
use copyrat::{run, selection::Selection, CliOpt};
|
||||
use copyrat::{run, ui::Selection, CliOpt};
|
||||
|
||||
fn main() {
|
||||
let opt = CliOpt::parse();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue