mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-15 17:33:51 +01:00
refactor: outputdestination.rs -> comm/output_destination.rs
This commit is contained in:
parent
9426d8bfee
commit
16fa4d45c1
6 changed files with 12 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
use crate::output_destination::OutputDestination;
|
||||
use crate::comm::OutputDestination;
|
||||
|
||||
/// Represents the text selected by the user, along with if it was uppercased
|
||||
/// and the output destination (Tmux buffer or Clipboard).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue