Subba Rao wrote:
>
> My xterm is version 4.0.1b(104). I have the scrollbar showing up on the left side
> of my window. I am not able to interactively use the mouse to scroll back in the
>window.
> A mouse click in the scroll bar will position the view in the scroll buffer. How can
>I
> use the mouse button to move interactively through the scroll buffer (as in
>gnome-terminal).
>
> I have looked at the Xresourses but nothing was obvious about the mouse key bindings.
> Is this something more specific to the window manager or is isolated to the
>xresources file?
Install the xaw95 widget set. You should have it with your favorite
distribution.
After that, simply use something like:
LD_PRELOAD="[path to the installed libxaw95*.so file] xterm"
(on RedHat, you'll find it somewhere in /usr/X11R6/lib/libXaw95.so or
something similar)
That should turn the Xt widgets into Windows-style widgets. The
scrollbar widget
should work as you'd expect it in Windows, or GTK+.
--
Best regards,
Ilya Konstantinov
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]