romgrk / termrk

Terminal for atom, using pty.js & term.js
MIT License
33 stars 7 forks source link

unable to copy text out of terminal #100

Open rokujoel opened 6 years ago

rokujoel commented 6 years ago

I can copy text from elsewhere and paste into the terminal but cannot copy output from the terminal to paste into Atom or elsewhere.

Steps to reproduce: on a Mac, press  option-space to open the terminal. Type ls -la at the terminal prompt. Copy results via command-c and paste into a text editor

expected behavior: text is copied and pasted actual behavior: nothing is copied and nothing is pasted.

tested on Atom 1.25.0 x64 and multiple earlier releases

romgrk commented 6 years ago

Is your cmd-c catched by the terminal? If you open the keybindings resolver at the same time (with cmd-.), which command is catching the keybinding?