felixse / FluentTerminal

A Terminal Emulator based on UWP and web technologies.
GNU General Public License v3.0
9.15k stars 443 forks source link

Selection is not preserved if the "Copy on select" option is enabled #1025

Closed cimak closed 1 year ago

cimak commented 1 year ago

Selection should be preserved when using "Copy on select" - it helps to keep track of where you are/have been on the screen.

I have a really lengthy log of errors and I'm trying to resolve it one by one: copy file path from log, open it (paste) in the editor, fix it, switch back to the terminal, copy next file path and so on. The problem is that selection is not preserved and I'm losing track of previously copied path

felixse commented 1 year ago

Duplicate of #569