RE: xrvt clipboard access

2002-09-27 Thread Thomas Mellman
How you access it will depend upon how your mouse is set up. For example, using a three-button mouse, I'm able to paste the contents of the Windows clipboard to rxvt by clicking on the middle mouse button. That's good for some pasting jobs. Under Linux, I also have a function key defined

RE: xrvt clipboard access

2002-09-27 Thread Harig, Mark A.
typed on the keyboard. -Original Message- From: Thomas Mellman [mailto:[EMAIL PROTECTED]] Sent: Friday, September 27, 2002 2:59 AM To: [EMAIL PROTECTED] Subject: RE: xrvt clipboard access How you access it will depend upon how your mouse is set up. For example, using a three

Re: xrvt clipboard access

2002-09-27 Thread thomas
On Fri, Sep 27, 2002 at 02:54:17PM -0400, Harig, Mark A. wrote: You might need to create the text file ~/.inputrc, and add the line: \e[2~: paste-from-clipboard Am I right in guessing that you're an emacs user? Unless I'm configuring it wrong, I think the mapping functionality of readline

RE: xrvt clipboard access

2002-09-27 Thread Randall R Schulz
Thomas, Put this line in your $HOME/.inputrc file: \M-[2~: paste-from-clipboard# Insert The escape sequence generated by the Insert key happens to be the same for both the console and RXVT. Note that readline's past-from-clipboard stops before the first newline in the clipboard.

RE: xrvt clipboard access

2002-09-24 Thread Harig, Mark A.
How you access it will depend upon how your mouse is set up. For example, using a three-button mouse, I'm able to paste the contents of the Windows clipboard to rxvt by clicking on the middle mouse button. There is a manual page for rxvt. At your shell prompt, enter 'man rxvt'. You will have

RE: xrvt clipboard access

2002-09-24 Thread Darryl Cousins
man page xrvt: http://www-ucjf.troja.mff.cuni.cz/cgi-bin/dwww?type=manlocation=/usr/share/man/man1/rxvt.1.gz [www.google.com search, keywords: 'man+pages+xrvt' :o)] d. How do you access the Windows clipboard in xrvt? Better yet, where are the docs on xrvt?