summaryrefslogtreecommitdiffstats
path: root/tbl_layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'tbl_layout.c')
-rw-r--r--tbl_layout.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tbl_layout.c b/tbl_layout.c
index b78e8881..004f33cc 100644
--- a/tbl_layout.c
+++ b/tbl_layout.c
@@ -168,6 +168,9 @@ mod:
goto mod;
case 'w': /* XXX for now, ignore minimal column width */
goto mod;
+ case 'x':
+ cp->flags |= TBL_CELL_WMAX;
+ goto mod;
case 'f':
break;
case 'r':