Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
To copy text from an rxvt terminal simply drag the cursor over the region of text you want to select with the mouse while holding the left button down. Selected text will be highlighted and available in the clipboard for pasting into other applications via Ctrl-v.
It doesn't work for me. Help me please to configure it.
If not this, I would like to copy like in gnome-terminal - select text and hit Ctrl+Ins.
As for now - when I select text and hit Ctrl+Ins, urxvt outputs "^" and doesn't copy anything.
Selected text will be highlighted and available in the clipboard
Hmm, should'nt you hit Ctrl-C first? Dunnow, that's my first idea here...of course, rxvt emulates the VT102 terminal...did that handle Copy-n-Paste?
Loose shreds of thoughts...
On a terminal/terminal emulator Ctrl-C sends a signal to kill the process running, so it will not copy anything. Selecting the text with your mouse and middle click while the text is still selected (marked). Are you shure this doesn't work? It works for me even in no GUI mode, whith gpm running.
Last edited by segmentation_fault; 06-08-2011 at 08:35 AM.
Reason: Typo
In a default installation of urxvt the quote in the OP is not correct. Selecting text in urxvt by left button dragging copies it to the X PRIMARY buffer; Control+V in most desktop GUI programs copies the contents of the X CLIPBOARD buffer. There is a discussion of configuring urxvt (including configuring copy and paste to behave in ways that integrate readily with most desktop programs) in this LQ thread.
In a default installation of urxvt the quote in the OP is not correct. Selecting text in urxvt by left button dragging copies it to the X PRIMARY buffer; Control+V in most desktop GUI programs copies the contents of the X CLIPBOARD buffer.
You can paste from the "primary buffer" using the middle mouse button (and it's not just in urxvt, selecting text anywhere works that way). It's a very convenient feature.
You can paste from the "primary buffer" using the middle mouse button (and it's not just in urxvt, selecting text anywhere works that way). It's a very convenient feature.
When using a two button mouse, the middle mouse button can be simulated by pressing both buttons together. On some mice the scroll wheel can be clicked as a middle button.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.