Handle color tables with more than 100 entries
authorH. Peter Anvin <hpa@zytor.com>
Thu, 31 May 2007 04:31:41 +0000 (21:31 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 31 May 2007 04:31:41 +0000 (21:31 -0700)
commit33fbfe73c513e543e9e560eb4ed34821d1374ee1
treee2d91c4c2f2ab854944c126d2004cb33a4d53655
parent23e2231923d4cd25ed80dff661130a0fddb8e107
Handle color tables with more than 100 entries

For sane handling of message files with attributes, we need to be able
to do more than 256 attributes.  The easiest way is to simply allow a
table to be that large; we have enough memory for the job.
com32/lib/sys/ansi.c
com32/lib/sys/ansi.h
com32/lib/sys/vesa/drawtxt.c
com32/lib/sys/vesa/video.h
com32/modules/menumain.c