Kbase P7532: How to set the editor to use wide screen with 132 characters
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/21/2003 |
|
Status: Unverified
GOAL:
How to set the editor to use wide screen with 132 characters (UNIX)
FIX:
Some customers developing in the character environment need to set their editor to use wide screen with 132 characters per line instead of 80 characters per editor line.
This Solution describes how to setup the PROTERMCAP to support this issue.
This document applies to: Progress UNIX character environment
The following lines need to be added in the PROTERMCAP file as
first lines of the modified section in the PROTERMCAP file:
:ti=\E[?3h:\
:te=\E[?3l:\
:co#132:\
After this the terminal emulation program must be set to use 132 characters per line instead of 80. How this is done depends on the current emulation program used.
This has been tested in VT100(32bit) and CRT terminal emulator environment.