From 24ce759181f791e0c2c718add146c633ee311149 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Tue, 4 Jan 2011 23:48:39 +0000 Subject: Merge from OpenBSD (similar to my original fix committed on Oct 15, 2010): For now, parse and ignore minimal column width specifications. First step to get terminfo(5) to build. --- tbl_layout.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tbl_layout.c') diff --git a/tbl_layout.c b/tbl_layout.c index be893b1b..1f18118a 100644 --- a/tbl_layout.c +++ b/tbl_layout.c @@ -1,4 +1,4 @@ -/* $Id: tbl_layout.c,v 1.9 2011/01/03 13:59:21 kristaps Exp $ */ +/* $Id: tbl_layout.c,v 1.10 2011/01/04 23:48:39 schwarze Exp $ */ /* * Copyright (c) 2009, 2010 Kristaps Dzonsons * @@ -126,6 +126,8 @@ mod: case ('d'): cp->flags |= TBL_CELL_BALIGN; goto mod; + case ('w'): /* XXX for now, ignore minimal column width */ + goto mod; case ('f'): break; case ('b'): -- cgit v1.2.3