Kbase P19292: How to get Progress to ignore CTRL-C on UNIX
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/16/2009 |
|
Status: Verified
GOAL:
How to get Progress to ignore CTRL-C on UNIX
FACT(s) (Environment):
UNIX
Progress 8.x
Progress 9.x
OpenEdge 10.x
FIX:
Modify the protermcap file and add an entry similar to the following:
:STOP(CTRL-C)=^!:\
where '^!' is replaced by some control key (the '^' indicates CTRL). Please note that the key that you choose to use on combination with the CTRL key to generate the equivalent of CTRL-C cannot already be mapped to a function at the operating system level (i.e. with stty) and cannot duplicate an existing key in the protermcap file for your terminal type.