Kbase 7572: Ctrl-Z is not working
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/05/1998 |
|
Ctrl-Z is not working
920609-ptg01On several Unix operating systems users may find that the
Ctrl-Z will not work properly in the editor. Usually this
is caused by stty settings, in particular swtch and susp.
These stty settings are designed to work with the shell layer
job control system, a feature not every site chooses to employ.
If the site is not using this feature, these settings may be
turned off by making them undefined.
Example:
stty susp "^-" swtch "^-"
The "^-" is an stty convention for undefined.
Progress Software Technical Support Note # 7572