mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-13 16:40:06 +01:00
refactor: tmux_bridge -> extended
This commit is contained in:
parent
d4fb6c417b
commit
863cd2e082
7 changed files with 20 additions and 16 deletions
|
|
@ -8,7 +8,7 @@ use termion::{self, color, cursor, event, style};
|
|||
use super::colors::UiColors;
|
||||
use super::Selection;
|
||||
use super::{HintAlignment, HintStyle};
|
||||
use crate::{config::tmux_bridge::OutputDestination, textbuf};
|
||||
use crate::{config::extended::OutputDestination, textbuf};
|
||||
|
||||
pub struct ViewController<'a> {
|
||||
model: &'a mut textbuf::Model<'a>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue