Re: mouse wheel scrolling in mutt ???
On Tue, Jul 22, 2003 at 03:23:45PM -0500, Michael D. Schleif wrote:
[...]
} OK, I have created a standalone ~/.Xdefaults, including *only* your
} suggestion; and, I have added your two (2) bind's to ~/.muttrc.
}
} I am not sure about xrdb; but, I did /etc/init.d/kdm restart -- is it
} the same?
I doubt it, but I'm not certain. Also, that will not affect currently
running processes, only newly started ones.
} Nevertheless, although the mutt bind's work by hand, they do *not* work
} via mousewheel.
Run the following once (you may need to do it every time you log in):
xrdb -load ~/.Xdefaults
Put the following in a script somewhere:
#!/bin/sh
exec xterm -name mutt -e sh -c 'eval `resize -u`; mutt'
That script will bring up mutt in a new xterm which will use the correct X
resources. The -name flag is the important bit, since it matches the X
resource name.
} What do you think?
} Best Regards,
} mds
--Greg
Reply to: