mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-16 01:43:51 +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
|
|
@ -1,7 +0,0 @@
|
|||
use crate::output_destination::OutputDestination;
|
||||
|
||||
pub struct Selection {
|
||||
pub text: String,
|
||||
pub uppercased: bool,
|
||||
pub output_destination: OutputDestination,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue