|
|
Delete key doesn't work on command line
|
|
02/28/2013 5:24 PM
post99621
|
Delete key doesn't work on command line
I can't bind the delete key to delete on QNX Neutrino 6.4.1 PDKSH shells accessed via PuTTy. Please point me in the
right direction.
My bind settings are as follows:
bind | grep del
^D = eot-or-delete
^H = delete-char-backward
^? = delete-char-backward
^[^H = delete-word-backward
^[d = delete-word-forward
^[h = delete-word-backward
^[^? = delete-word-backward
^X3 = delete-char-forward
^XP = delete-char-forward
ଠ= delete-char-forward
It leaves a ~ where it should have deleted a character. Neither ^[[3~ nor ^? seem to work.
Please see my issue at http://unix.stackexchange.com/questions/66434/delete-key-doesnt-work-on-command-line
|
|
|
|
|