refactor: OutputDestination -> config/tmux_bridge.rs

This commit is contained in:
graelo 2021-03-21 11:49:17 +01:00
parent a26a4a56d8
commit d4fb6c417b
8 changed files with 42 additions and 43 deletions

View file

@ -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>,