I've submitted these to the dev team leading rxvt, and some of the patches have already been merged. Hopefully the rest will be in the CVS tree soon and I won't need to have this page around any more. In the mean time, here's all the enhancements from x2vt.
If this is true, the mouse wheel will scroll the buffer almost a full screen for each notch on the mouse wheel. (Actually, a full screen - one line.)
Note that it is not set as the default in the configure.in, so you should specify this to configure
The name of the executable (e.g. a script) to use as a middleman to decide what viewer to launch for the path and file sent to it as arguments.
Rxvt*launchRightClick: [true|false]
Launch the filename if clicked once with the right mouse button.
Rxvt*launchDoubleClick: [true|false]
Launch the filename if double-clicked (with the left mouse button). Using this one (versus the right click) causes a slight delay because rxvt has to decide that you didn't mean to continue to select stuff with the left mouse button. Only after the double click happened fast enough *and* you've released the mouse button soon enough after the final click will it go with the launch.
Rxvt*launchProg: /path/to/rxvtrun.sh
Don't forget to make it executable!
Author: Rob McMullen
<robm at users.sourceforge.net> 20 Apr 2003 |