RE: copying and pasting in rxvt

2002-03-20 Thread "Schaible, Jörg"
Hi Randall, >Here's what I did: I used "od -c" to determine what are the actual >sequences generated by the keys I cared to map and then wrote >a .inputrc >file based on that. ahh, this was the missing step. I never knew, what key code sequences could be used to assign a function at the key c

Re: copying and pasting in rxvt

2002-03-19 Thread Lars Munch
On Mon, Mar 18, 2002 at 03:43:25PM +0100, Gerrit P. Haase wrote: > And while editing .inputrc, consider to add some more goodies: > > $ cat .inputrc > # This file is read by the 'readline' library > # (the library which bash uses for its command- > # line editing facility) > > # Make Home work >

Re: copying and pasting in rxvt

2002-03-18 Thread Gerrit P. Haase
Jörg, Montag, 18. März 2002 18:58:50, du schriebst: > Hi Gerrit, >># Make Home work >>"\e[7~": beginning-of-line >># Make End work >>"\e[8~": end-of-line >># Make Delete work >>"\e[3~": delete-char >># make Insert work >>"\e[2~": paste-from-clipboard > is there any documentation for the key m

RE: copying and pasting in rxvt

2002-03-18 Thread Randall R Schulz
Jorg, Here's what I did: I used "od -c" to determine what are the actual sequences generated by the keys I cared to map and then wrote a .inputrc file based on that. Here's a hint, RXVT and the Windows console do not agree fully on key mappings (nor are the completely distinct). Here's the "

RE: copying and pasting in rxvt

2002-03-18 Thread "Schaible, Jörg"
Hi Gerrit, ># Make Home work >"\e[7~": beginning-of-line ># Make End work >"\e[8~": end-of-line ># Make Delete work >"\e[3~": delete-char ># make Insert work >"\e[2~": paste-from-clipboard is there any documentation for the key mappings ? I tried without success to bind something to ALT+CurUp or

Re: copying and pasting in rxvt

2002-03-18 Thread Gerrit P. Haase
Lars, Montag, 18. März 2002 15:37:33, du schriebst: >> How can I get copying and pasting to work in rxvt like it does under X? I >> want to be able to slect text with the left button and paste it with the >> middle button ("emulated" actually: I just press both left and right buttons >> at the

Re: copying and pasting in rxvt

2002-03-18 Thread Joshua Daniel Franklin
On Sun, Mar 17, 2002 at 09:14:59PM -0500, Oleg wrote: > Hi > > How can I get copying and pasting to work in rxvt like it does under X? I > want to be able to slect text with the left button and paste it with the > middle button ("emulated" actually: I just press both left and right buttons > at t

Re: copying and pasting in rxvt

2002-03-18 Thread Lars Munch
On Sun, Mar 17, 2002 at 09:14:59PM -0500, Oleg wrote: > Hi > > How can I get copying and pasting to work in rxvt like it does under X? I > want to be able to slect text with the left button and paste it with the > middle button ("emulated" actually: I just press both left and right buttons > at

copying and pasting in rxvt

2002-03-17 Thread Oleg
Hi How can I get copying and pasting to work in rxvt like it does under X? I want to be able to slect text with the left button and paste it with the middle button ("emulated" actually: I just press both left and right buttons at the same time). I used to have it work on my other computer (laptop