Consultor Eletrônico



Kbase P142426: Delete key not mapped in Linux Procedure Editor
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   3/5/2009
Status: Unverified

SYMPTOM(s):

Delete key not mapped in Linux Procedure Editor

DELETE-CHARACTER not mapped in UNIX environment

FACT(s) (Environment):

UNIX
Linux
Progress/OpenEdge Product Family

CAUSE:

This sort of behavior may occur if key mappings are not properly setup in the terminal emulator.

FIX:

Use the Octal Dump utility (od) to determine what values the shell is receiving. If the value returned is unknown or ^? and the delete key isn't working you may want to look at the key mappings in the settings or preferences of the terminal emulator.
However if there's a real value like ^h ^]]3 ^]]117 or something to that effect and the delete key still isn't working it's likely that you may need to set the stty setting for erase. To do this you would type in 'stty erase <string from od>' on the command line.