X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/0fa63c17427ebc9bb3803ef77f6d3adff71a6e9a..199eda4478d4d90df3199670dc0ab51b4bb031a6:/term.c diff --git a/term.c b/term.c index 595390b6..f67fcf9d 100644 --- a/term.c +++ b/term.c @@ -1,4 +1,4 @@ -/* $Id: term.c,v 1.273 2017/06/14 23:24:18 schwarze Exp $ */ +/* $Id: term.c,v 1.274 2017/07/28 14:25:48 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2017 Ingo Schwarze @@ -129,7 +129,7 @@ term_flushln(struct termp *p) p->maxrmargin - p->viscol - vbl : 0; vis = vend = 0; - if ((p->flags && TERMP_MULTICOL) == 0) + if ((p->flags & TERMP_MULTICOL) == 0) p->tcol->col = 0; while (p->tcol->col < p->tcol->lastcol) {