From 68a2cb887c993621fe7b72e21517d6a260376003 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 4 Jun 2017 18:50:35 +0000 Subject: Make term_flushln() simpler and more robust: Eliminate the "overstep" state variable. The information is already contained in "viscol". Minus 60 lines of code, no functional change intended. --- man_term.c | 1 - 1 file changed, 1 deletion(-) (limited to 'man_term.c') diff --git a/man_term.c b/man_term.c index 3a600093..b86af98f 100644 --- a/man_term.c +++ b/man_term.c @@ -141,7 +141,6 @@ terminal_man(void *arg, const struct roff_man *man) size_t save_defindent; p = (struct termp *)arg; - p->overstep = 0; p->rmargin = p->maxrmargin = p->defrmargin; term_tab_set(p, NULL); term_tab_set(p, "T"); -- cgit