You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I might know the reason. The Gtk.Label::copy-clipboard signal does what you want, and it is enabled by default, but Srain keeps focus on the input buffer (Convenient for users to input at any time), so ctrl+c can't be correctly sent to the label widget.
I will try to fix it, but not very soon, I am no longer active on IRC and can not be a good maintainer now :'( If anyone wants to help, feel free to file PR.
It would be nice to be able to copy such highlighted text with ctrl+c:
The text was updated successfully, but these errors were encountered: