TODO: cursor over overlays, when focus change?
- the aterm code now frees the as visual and image manager objects
when a window was closed.
+ - do not (wrongly) adjust the virtual line length inside
+ scr_insdel_chars/ERASE (Miroslav Lichvar).
- remove bogus "setuid/setgid security issues" from rxvt.1.pod, they
no longer apply.
- the urgency hint is now cleared on both focus in and focus out.
#ifdef HAVE_BG_PIXMAP
bgPixmap.destroy ();
#endif
+#ifdef HAVE_AFTERIMAGE
+ if (asv)
+ destroy_asvisual (asv, 0);
+ if (asimman)
+ destroy_image_manager (asimman, 0);
+#endif
if (display)
{
selection_check (1);
screen.cur.col -= count;
- line->l = max (line->l - count, 0);
scr_blank_line (*line, screen.cur.col, count, rstyle);
break;