summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--term.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/term.c b/term.c
index ccc6bf1e..0afe5c79 100644
--- a/term.c
+++ b/term.c
@@ -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++)