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

@ -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).