Progress
Installation and Configuration Guide
Version 9
for UNIX


Terminal Issues

When you start Progress, you might receive the following message:

** You cannot use DEL for both stty intr and DELETE-CHARACTER. 

This message indicates that you were trying to use the DEL key as the UNIX interrupt key and as the Progress DELETE-CHARACTER key. To avoid this message, add the following line to your .profile file:

stty intr ^C 

This command resets your UNIX interrupt key from DEL to CTRL-C.

Built-in terminal definitions are supplied with Progress for the terminals listed in Table A–1, which indicates the terminal identifiers you can use so that Progress can successfully access that terminal definition. Be sure the operating system environment variable TERM is set to the appropriate value. For example:

TERM=wyse60;export TERM 


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095