Consultor Eletrônico



Kbase P110598: Unable to use APPEND-LINE key in Progress editor when using wyse60 terminals
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   05/03/2009
Status: Unverified

SYMPTOM(s):

Unable to use APPEND-LINE key in Progress editor

CTRL-A has no effect on wyse60 terminal

FACT(s) (Environment):

Unix

CAUSE:

The wy60 terminal uses CTRL-A i.e. ^A as part of control sequences for other keys.

FIX:

Map APPEND-LINE key to a different combination when using wyse60 terminal.
Make changes in PROTERMCAP file as follows:
The bottom of the wy60 PROTERMCAP entry indicates :tc=v7kf:, meaning use the definitions from entry v7kf. In v7kf is defined APPEND-LINE as
:APPEND-LINE(CTRL-A)=^a:\
Change the line to use CTRL-T for example:
:APPEND-LINE(CTRL-T)=^t:\