MK>     On my Debian box in JConsole v7.01a (32-bit)
MK>     when I press the [Delete] or [Insert] key on my keyboard
MK>     I get a tilde [~] as output [....]

The ~ you are seeing is most likely what remains after the initial part
of the emitted character sequences ("\e[3~", "\e[2~") got interpreted
in some different way.  Both the readline library itself and terminal
emulators (such as xterm) can be made to treat the initial "\e["
special and that would need to be stopped.

MK>     I found (under /etc/) a file called 'inputrc' which
MK>     contains these lines:
MK>     ...
MK>     "\e[3~": delete-char
MK>     "\e[2~": quoted-insert
MK>     ...
MK>     which according to what I've read up should do the job.

Instead of "quoted-insert", you want "overwrite-mode".

MK>     Could somebody pse give some directions how to solve this..?

Just mail me your phone number to [email protected]
(Ich spreche sogar ein bisschen Deutsch :-)

(Until then, you can use Ctrl-D to delete a single character.)

                                                                Martin
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to