mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-15 01:13:53 +01:00
refactor: OutputDestination -> config/tmux_bridge.rs
This commit is contained in:
parent
a26a4a56d8
commit
d4fb6c417b
8 changed files with 42 additions and 43 deletions
|
|
@ -1,4 +1,4 @@
|
|||
use crate::comm::OutputDestination;
|
||||
use crate::config::tmux_bridge::OutputDestination;
|
||||
|
||||
/// Represents the text selected by the user, along with if it was uppercased
|
||||
/// and the output destination (Tmux buffer or Clipboard).
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ use termion::{self, color, cursor, event, style};
|
|||
use super::colors::UiColors;
|
||||
use super::Selection;
|
||||
use super::{HintAlignment, HintStyle};
|
||||
use crate::{comm::OutputDestination, textbuf};
|
||||
use crate::{config::tmux_bridge::OutputDestination, textbuf};
|
||||
|
||||
pub struct ViewController<'a> {
|
||||
model: &'a mut textbuf::Model<'a>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue