Added J.C. Roberts' TODO note.
- set a meaningful default if no `Bl' list type is assigned
- have a blank `It' head for `Bl -tag' not puke
+
+- ignore horrendous m[] font colouring
+ reported by J.C. Roberts
************************************************************************
* formatting issues: ugly output
-/* $Id: term.c,v 1.142 2010/06/07 20:57:09 kristaps Exp $ */
+/* $Id: term.c,v 1.143 2010/06/07 21:03:02 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
while (outopts && *outopts)
switch (getsubopt(&outopts, UNCONST(toks), &v)) {
case (0):
- width = atoi(v);
+ width = (size_t)atoi(v);
break;
default:
break;