Subject: Re: terminal scrolling
To: Giles Lean <giles@nemeton.com.au>
From: John Hawkinson <jhawk@MIT.EDU>
List: netbsd-users
Date: 01/03/2001 17:42:15
| For xterms the way I manage it (which may not be optimal -- I try not
| to know anything about X) is by setting the following resource:
| 
| *VT100.Translations: #override \
| 			  Ctrl Meta <Btn1Down>: popup-menu(fontMenu)\n\
...

This is unnecessary. By default, shift-pageup and shift-pagedown take
you through the xterm scrollback.

--jhawk