screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: home/end keys wren't working in rxvt?


From: Andy Harrison
Subject: Re: home/end keys wren't working in rxvt?
Date: Wed, 24 Oct 2007 09:19:51 -0400

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 10/24/07, Eugeny N Dzhurinsky  wrote:
> Hello!
>
> I have bash, running in screen, and the terminal used is RXVT. For some reason
> home/end keys aren't working in terminal for bash shell prompt, but when I
> starting bash outside screen (in RXVT) - everything works fine.
>
> What could be wrong there and how to fix it?

Probably typical broken TERMCAP garbage.  I use tcsh and my .tcshrc
file, I have this line to wipe out the TERMCAP and then everything
behaves properly for me.

 if ($term == "screen") then
    unsetenv TERMCAP
 endif

Try duplicating that in bash and it will probably fix the issue.

- --
Andy Harrison
public key: 0x67518262
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: http://firegpg.tuxfamily.org

iD8DBQFHH0aONTm8fWdRgmIRAnXnAJ0UHIfFLbaGhmyZf8DNOCib/teCngCfbWre
iclTj0jCTBeGx2PcS/Qa3do=
=e94C
-----END PGP SIGNATURE-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]