mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-13 16:40:06 +01:00
refactor: colors.rs -> ui/colors.rs
This commit is contained in:
parent
d119ce6b0d
commit
748da3ae72
4 changed files with 11 additions and 9 deletions
|
|
@ -7,8 +7,9 @@ use clap::Clap;
|
|||
use sequence_trie::SequenceTrie;
|
||||
use termion::{self, color, cursor, event, style};
|
||||
|
||||
use super::colors::UiColors;
|
||||
use crate::error::ParseError;
|
||||
use crate::{colors::UiColors, model, output_destination::OutputDestination, selection::Selection};
|
||||
use crate::{model, output_destination::OutputDestination, selection::Selection};
|
||||
|
||||
pub struct ViewController<'a> {
|
||||
model: &'a mut model::Model<'a>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue