diff options
-rw-r--r-- | term.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -204,7 +204,8 @@ term_flushln(struct termp *p) vis = 0; } /* Remove the overstep width. */ - bp += overstep; + bp += (int)/* LINTED */ + overstep; overstep = 0; } else { for (j = 0; j < (int)vbl; j++) |