mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-13 16:40:06 +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
|
|
@ -8,8 +8,9 @@ use sequence_trie::SequenceTrie;
|
|||
use termion::{self, color, cursor, event, style};
|
||||
|
||||
use super::colors::UiColors;
|
||||
use super::Selection;
|
||||
use crate::error::ParseError;
|
||||
use crate::{model, output_destination::OutputDestination, selection::Selection};
|
||||
use crate::{model, output_destination::OutputDestination};
|
||||
|
||||
pub struct ViewController<'a> {
|
||||
model: &'a mut model::Model<'a>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue