=================================================================== RCS file: /cvs/mandoc/tbl_layout.c,v retrieving revision 1.28 retrieving revision 1.29 diff -u -p -r1.28 -r1.29 --- mandoc/tbl_layout.c 2014/10/07 14:07:03 1.28 +++ mandoc/tbl_layout.c 2014/10/14 02:16:06 1.29 @@ -1,4 +1,4 @@ -/* $Id: tbl_layout.c,v 1.28 2014/10/07 14:07:03 schwarze Exp $ */ +/* $Id: tbl_layout.c,v 1.29 2014/10/14 02:16:06 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2012, 2014 Ingo Schwarze @@ -167,6 +167,9 @@ mod: cp->flags |= TBL_CELL_BALIGN; 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;