refactor: tmux_bridge -> extended

This commit is contained in:
graelo 2021-03-21 15:50:58 +01:00
parent d4fb6c417b
commit 863cd2e082
7 changed files with 20 additions and 16 deletions

View file

@ -1,4 +1,4 @@
use crate::config::tmux_bridge::OutputDestination;
use crate::config::extended::OutputDestination;
/// Represents the text selected by the user, along with if it was uppercased
/// and the output destination (Tmux buffer or Clipboard).