-
Notifications
You must be signed in to change notification settings - Fork 535
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make text selectable #263
Comments
Uh. What? |
The docs don't mention how I can make it so that text inside a box can be selected via mouse. Here I have a box into which I pipe the output of a gulp process. But as you can see in the gif I have no way of interacting with the text: |
That's not problem with blessed but with your terminal. |
As I think about it now it might be also caused by blessed capturing mouse clicks. |
Ok thanks I will give that a try |
|
on mac you have to hold down |
I found that on Linux (urxvt) you can hold down shift to select text. |
I have found that it is not specifically Rather than try to disable all of those uses of mouse events, you can call A really fortunate thing is that calling |
I can't find an option to make text inside my box selectable and thus copyable?
The text was updated successfully, but these errors were encountered: