I am using rxvt.exe, an alternative to bash.exe that comes with msysgit. My OS is WinXP.
I invoke the console using "C: \ Program Files \ Git \ bin \ rxvt.exe" -e / usr / bin / bash --login -i
The backspace key removes everything back to the beginning of the line, and not just one char back.
I experimented with things like
'bind "Ce":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.
Many Linux solutions appeared in an extensive Google search, but very little for rxvt for Windows, and nothing about this problem.
Thanks to a million everyone who can give an answer!
-Jill
source share