Re: Backspace in rxvt SOLVED

1997-05-09 Thread Rick Jones
On Fri, 9 May 1997, Jens B. Jorgensen wrote: > Rick Jones wrote: > No, you want Delete to "do" backspace. When you hit the delete key > the x client (in this case rxvt) receives the Keysym, which is > Delete. > > > > My backspace does what it should but delete just beeps at me. > > You put my ab

Re: Backspace in rxvt SOLVED

1997-05-09 Thread Jens B. Jorgensen
Rick Jones wrote: > > On Fri, 9 May 1997, Jens B. Jorgensen wrote: > > > A little digging around shows that setting the proper resources for > > rxvt should fix this. Here's an excerpt from the man page Resources > > section: > > > >keysym.sym: string > > Associate string wi

Re: Backspace in rxvt SOLVED

1997-05-09 Thread Rick Jones
On Fri, 9 May 1997, Jens B. Jorgensen wrote: > A little digging around shows that setting the proper resources for > rxvt should fix this. Here's an excerpt from the man page Resources > section: > >keysym.sym: string > Associate string with keysym sym (0xFF00 - 0x). >

Re: Backspace in rxvt SOLVED

1997-05-09 Thread Jens B. Jorgensen
Andreas Tille wrote: > > On Wed, 7 May 1997, Karl M. Hegbloom wrote: > > > > "Jens" == Jens B Jorgensen <[EMAIL PROTECTED]> writes: > > > > Jens> If typing Backspace on the shell command line prints "^H" > > Jens> rather than doing a backspace, type the command "stty erase > > Jen

Re: Backspace in rxvt

1997-05-09 Thread Andreas Tille
On Wed, 7 May 1997, Karl M. Hegbloom wrote: > > "Jens" == Jens B Jorgensen <[EMAIL PROTECTED]> writes: > > Jens> If typing Backspace on the shell command line prints "^H" > Jens> rather than doing a backspace, type the command "stty erase > Jens> ^h" (make sure you type "^" and "h

Re: Backspace in rxvt

1997-05-07 Thread Karl M. Hegbloom
> "Jens" == Jens B Jorgensen <[EMAIL PROTECTED]> writes: Jens> Andreas Tille wrote: >> Hello, >> >> I use rxvt instead of xterm because I read it is smaller and is >> able to do all things I want it to do. Additionally it has >> colors by default (nice to have a color

Re: Backspace in rxvt

1997-05-07 Thread Jens B. Jorgensen
Andreas Tille wrote: > > Hello, > > I use rxvt instead of xterm because I read it is smaller and is able to > do all things I want it to do. Additionally it has colors by default > (nice to have a colored mc :-)). > > But what to do to make work as BackSpace and work > as Delete??? In xterm th

Backspace in rxvt

1997-05-07 Thread Andreas Tille
Hello, I use rxvt instead of xterm because I read it is smaller and is able to do all things I want it to do. Additionally it has colors by default (nice to have a colored mc :-)). But what to do to make work as BackSpace and work as Delete??? In xterm this works as I want it to work, so the ge