summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/tt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/tt.c b/lib/tt.c
index 6ec967d83..54a452417 100644
--- a/lib/tt.c
+++ b/lib/tt.c
@@ -568,10 +568,11 @@ static void recount_widths(struct tt *tb, char *buf, size_t bufsz)
if (!cl->is_extreme)
continue;
+ /* this column is tooo large, ignore?
if (cl->width_max - cl->width >
(tb->termwidth - width))
- /* this column is tooo large, ignore */
continue;
+ */
add = tb->termwidth - width;
if (add && cl->width + add > cl->width_max)