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

RE: delete key doesn't work with csh in xterm session



> For users using /bin/csh and running rxvt-xterm, their delete 
> key does not
> work.
> Users running /bin/bash and running rxvt-xterm, their delete 
> key does work.
> 
> Both delete keys work on an ssh session.
> I've looke through google, and found some items on setting delete keys
> manually but they do not appear to be applying correctly for csh.
> I've run accross references to two methods for setting the delete key:
> bindkey "e[^H" delete-char        # Delete
> and
> stty echoe erase ^H

try that without the "echoe" and press the <BACKSPACE> key for the "^H"

i.e.
stty erase <BACKSPACE><ENTER>

if it works, i think it could be put in a .cshrc



Reply to: