summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--text-utils/column.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/text-utils/column.c b/text-utils/column.c
index 9db722a14..ab700ab01 100644
--- a/text-utils/column.c
+++ b/text-utils/column.c
@@ -432,7 +432,8 @@ int main(int argc, char **argv)
{
struct column_control ctl = {
.mode = COLUMN_MODE_FILLCOLS,
- .termwidth = 80
+ .termwidth = 80,
+ .greedy = 1
};
int c;