Fix inputrc for rxvt usage.
commitfe855a7e499ff368e8ba8920c5ff3a89709fbca6
authorPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 16 Apr 2012 21:41:22 +0000 (16 22:41 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 16 Apr 2012 21:41:22 +0000 (16 22:41 +0100)
tree702bac14b682b6f82ae46c501997559d34627adb
parent568e9a4244330e62541162aa9ee1dffd10f5596e
Fix inputrc for rxvt usage.

When using rxvt the backspace key deletes the whole line because for
rxvt and the bash prompt the backspace key produces different input.
This patch ammends the handling of backspace/control-backspace for rxvt
so that it only deletes one char at a time. Normal bash prompt input
is left as before.

Reported-by: Jon Seymour <jon.seymour@gmail.com>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
etc/inputrc