Kbase P24438: PAGE-UP and PAGE-DOWN keys do not work when using XTerm.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/2/2003 |
|
Status: Unverified
FACT(s) (Environment):
Sun Solaris SPARC
FACT(s) (Environment):
Progress 9.1D
SYMPTOM(s):
The PAGE-UP and PAGE-DOWN keys do not work.
Running a Progress 4GL application using XTerm.
The PAGE-UP and PAGE-DOWN keys are correctly defined in the protermcap file.
CAUSE:
The XTerm key mappings override the protermcap key function definitions.
FIX:
Edit the XTerm as follows:
1. cd /usr/openwin/lib/app-defaults
2. cp XTerm XTerm.orig
3. vi XTerm
4. Delete the following two lines from the XTerm file and save it:
<Key>Prior:scroll-back(1,page)\n\
<Key>Next:scroll-forw(1,page)\n\