Cursor On/Off

While performing various screen update operations (i.e., popping a window), PRO/5 usually moves the cursor around a lot. These operations would be more aesthetically pleasing if the cursor was made invisible during the operation. Two termcap fields are recognized for this:

Field

Description

CF=

Sequence to turn the cursor off.

CN=

Sequence to turn the cursor on again.

Cu=

Sequence to set a type of cursor used by an editor during "insert mode."

Cv=

Sequence to set a type of cursor used by an editor during "replace mode."

Additional Keys

More than 10 function keys may be specified. The fields kA..kV define function keys F11 through F32 (assuming F1 is first function key). Also, fields lA..lV define the labels of these function keys.

In addition to the function keys and arrow keys, PRO/5 recognizes the following fields describing other keys:

Field

Description

EN=

Sequence sent by the END key.

PU=

Sequence sent by the PAGE UP key.

PD=

Sequence sent by the PAGE DOWN key.

IN=

Sequence sent by the INSERT key.

DL=

Sequence sent by the DELETE key.

kh=

Sequence sent by the HOME key.