if (cl->width < len)
cl->width = len;
-
-fprintf(stderr, "KZAK: 1: %s = %d\n", cl->name, cl->width);
-
}
}
cl->width = (int) cl->width_hint;
width += cl->width + (is_last_column(tb, cl) ? 0 : 1);
-
-fprintf(stderr, "KZAK: 2: %s = %d\n", cl->name, cl->width);
-
}
if (width == tb->termwidth)
}
}
leave:
-///*
+/*
fprintf(stderr, "terminal: %d, output: %d\n", tb->termwidth, width);
list_for_each(p, &tb->tb_columns) {
cl->width_hint > 1 ? (int) cl->width_hint :
(int) (cl->width_hint * tb->termwidth));
}
-//*/
+*/
return;
}