Hi there,

as reported here:
https://bugzilla.redhat.com/show_bug.cgi?id=711137

tput indn 10000
can crash rxvt-unicode.

Corresponding code snippet (9.12):
  text_t *et = l.t + col;
  rend_t *er = l.r + col;

  while (width--)
    {
-->   *et++ = ' ';
      *er++ = efs;
    }

Regards,
Andreas
-- 
Andreas Bierfert <[email protected]>

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
rxvt-unicode mailing list
[email protected]
http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode

Reply via email to