Hello,
Im using Slackware 12.2, korn shell with editor VI.
How can I map the delete key to ctl+c on console.

In X, it works with:
stty intr ^H

But in console the delete key is: ^[[3~, and stty do not accept this:
stty intr ^[[3~

Does anybody know, how to do this. It must be set on korn shell with command line mode set to Vi, not Emacs.