can't separate backspace and ^J key functions

2005-04-23 Thread [EMAIL PROTECTED]
In cygwin's bash shell, whenever I use .inputrc to assign a function to control-J, then the backspace key gets the same function. For example, as below it gives both keys "backward-char" function: "\C-H":backward-char RUBOUT:backward-delete-char How can I assign ^J to "backward-char" but

RE: can't separate backspace and ^J key functions

2005-04-23 Thread Dave Korn
Original Message >From: [EMAIL PROTECTED] >Sent: 22 April 2005 16:04 > In cygwin's bash shell, whenever I use .inputrc to > assign a function to control-J, then the backspace key > gets the same function. > > For example, as below it gives both keys > "backward-char" function: > "\C-H":