I'm using rxvt.exe, the alternative to bash.exe that comes with msysgit. My OS is WinXP.
I invoke the console with "C:\Program Files\Git\bin\rxvt.exe" -e /usr/bin/bash --login -i
The backspace key deletes everything backward to the beginning of the line, rather than just one char back.
I've experimented using things like
'bind "C-e":backward-delete-char' just to see if I can bind the behavior to a ctrl sequence, and that works, but I can't figure out how to bind with the backspace key. I've tried binding to e\14 and e\08, but they don't work.
An extensive google search turned up plenty of Linux solutions but very little for rxvt on Windows, and nothing that addressed this problem.
Thanks a million to anyone who can provide an answer!
-Jill