Copy+Paste without breaking long lines as default?

Aug 31, 2011
14
0
In Take Command I have " Linux style selection" checked. I'd like to be able to select a long line that wraps in the TCC shell and paste it (middle click) (or paste in other apps) without it breaking the line or inserting any spaces (like putty). Only for lines that wrap...

If I select a line that wraps and select "Copy+Paste" the line is not broken, but if I select "Copy" and then "Paste" it is.

I can press+hold CTRL but I don't want to have to do that. Is there some option I can set?
 
The only way to do this is with the Ctrl key.

The problem is that there is no way to tell whether a program running in a console window has wrapped a line (versus just writing to the right edge of the window). There is no CR and/or LF appended to lines in a console window.
 

Similar threads