--- rxvt-unicode/src/command.C 2006/01/11 05:29:40 1.257 +++ rxvt-unicode/src/command.C 2006/01/12 03:32:56 1.258 @@ -1922,7 +1922,7 @@ #endif /* allow shift+left click to extend selection */ - if (ev.state & ShiftMask && ! (priv_modes & PrivMode_mouse_report)) + if (ev.state & ShiftMask && !(priv_modes & PrivMode_mouse_report)) { if (MEvent.button == Button1 && clickintime) selection_rotate (ev.x, ev.y);