Re: [dev] [st] [patch] Remove redundant xtermclear code

From: Ton van den Heuvel <tonvandenheuvel_AT_gmail.com>
Date: Mon, 7 Mar 2016 17:09:20 +0100

Will do, thanks for including the change!

On Mon, Mar 7, 2016 at 2:33 PM, Christoph Lohmann <20h_AT_r-36.net> wrote:
> Greetings.
>
> On Mon, 07 Mar 2016 14:33:54 +0100 Ton van den Heuvel <tonvandenheuvel_AT_gmail.com> wrote:
>> In case anything gets drawn in drawregion, xdrawglyphfontspecs ensures
>> that the region that needs to be drawn to is cleaned up. In case this
>> patch is not accepted; the current code contains an issue;
>>
>> - xtermclear(0, y, term.col, y);
>> + xtermclear(0, y, term.col-1, y);
>>
>> Ton
>
> Thanks for the hint. I have included the change in mainline. If you want
> to be seen as contributor in the git log, next time send a proper patch.
>
>
> Sincerely,
>
> Christoph Lohmann
>
> 💻 http://r-36.net
> 💻 gopher://r-36.net
> ☺ http://r-36.net/about
> 🔐 1C3B 7E6F 9805 E5C8 C0BD 1F7F EA21 7AAC 09A9 CB55
> 🔐 http://r-36.net/about/20h.asc
> 📧 20h_AT_r-36.net
>
>
Received on Mon Mar 07 2016 - 17:09:20 CET

This archive was generated by hypermail 2.3.0 : Mon Mar 07 2016 - 17:12:12 CET