Tested on multi-gnome-terminal-1.4.1 and appears to carry forward to zvtterm.c 1.161 in CVS.
in zvtterm.c,
zvt_term_button_press,
zvt_term_button_release,
zvt_term_motion_notify - add term->charwidth/2 in the numerator where converting x pixel position to x character position - this shift selection to right by 1/2 char width
x = ( x - ( widget->style->klass->xthickness + PADDING ) + term->charwidth/2 ) / term->charwidth;
then, get rid of the call to vt_fix_selection in zvt_term_motion_notify because it screws up selection and it seems to be unnecessary during motion
_______________________________________________ XFree86 mailing list XFree86@xxxxxxxxxxx http://XFree86.Org/mailman/listinfo/xfree86