Well spotted, applied, thanks!

On Sat, Jan 19, 2019 at 08:24:57PM +0000, Karl Beldan wrote:
> Hi,
> 
> One more typo along cd39920a to fix fc41bf46:
> 
> diff --git a/tty.c b/tty.c
> index b0aa190a..d3db798f 100644
> --- a/tty.c
> +++ b/tty.c
> @@ -1102,7 +1102,7 @@ tty_clear_area(struct tty *tty, const struct 
> window_pane *wp, u_int py,
>                * background colour isn't default (because it doesn't work
>                * after SGR 0).
>                */
> -             if (tty->term_type == TTY_VT420 && COLOUR_DEFAULT(bg)) {
> +             if (tty->term_type == TTY_VT420 && !COLOUR_DEFAULT(bg)) {
>                       xsnprintf(tmp, sizeof tmp, "\033[32;%u;%u;%u;%u$x",
>                           py + 1, px + 1, py + ny, px + nx);
>                       tty_puts(tty, tmp);
> 
> Regards, 
> Karl

-- 
You received this message because you are subscribed to the Google Groups 
"tmux-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to