format: Introduce a new type, struct fmt_settings.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 29 Aug 2010 21:53:01 +0000 (14:53 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 29 Aug 2010 21:57:56 +0000 (14:57 -0700)
Until now the collection of formatting styles have been poorly abstracted,
as an array.  This commit introduces a new type, struct fmt_settings, that
represents all of the formatting styles currently in use.


No differences found