--- rxvt-unicode/src/screen.C 2008/07/23 17:10:07 1.310 +++ rxvt-unicode/src/screen.C 2008/11/04 13:30:41 1.312 @@ -1499,7 +1499,6 @@ selection_check (1); screen.cur.col -= count; - line->l = max (line->l - count, 0); scr_blank_line (*line, screen.cur.col, count, rstyle); break; @@ -1901,13 +1900,7 @@ # if ENABLE_FRILLS if (option (Opt_urgentOnBell)) - { - if (XWMHints *h = XGetWMHints(dpy, parent[0])) - { - h->flags |= XUrgencyHint; - XSetWMHints (dpy, parent[0], h); - } - } + set_urgency (1); # endif if (option (Opt_visualBell))