Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Selection is now cleared after copy.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrueger committed Jan 18, 2024
1 parent a44080a commit 441a6c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/terminal_window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,7 @@ impl MainWindow {
let mut clipboard = arboard::Clipboard::new().unwrap();
clipboard.set_text(txt).unwrap();
}
l.clear_selection();
}
}

Expand Down

0 comments on commit 441a6c3

Please sign in to comment.