prompt-toolkit / ptterm

Terminal emulator widget for prompt_toolkit applications.
BSD 3-Clause "New" or "Revised" License
38 stars 11 forks source link

Copy/Paste from Term 1 to Term 0 #2

Closed bishop-exe closed 4 years ago

bishop-exe commented 5 years ago

Are there any ways to make is so that you can highlight text(shift triple click) from one pane to another without selecting text from another?

|----------------|----------|
|                |      1   |
|       0        |          |
|                |          |
|________________|__________|

For example, if wanted to select output from a multi line output from 1 and paste(shift+middleclick) it in 0 it would also select text from 0. Essentially the bar is purely for aesthetics and is there a way I could make it an uncapturable bar like vsplit in Vim. Any ideas? This would help me out a ton for a project im working on. Attached is an example.

capture