From 06480e3ff49d76b727284a477ffc4fc143d90d2d Mon Sep 17 00:00:00 2001 From: William McBrine Date: Thu, 6 Jul 2006 06:19:26 +0000 Subject: [PATCH] Typo. --- HISTORY | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 59f61c05..b205fdfd 100644 --- a/HISTORY +++ b/HISTORY @@ -606,7 +606,7 @@ INTRODUCTION: incorporated into release 2.2. Wade also supplied the support for the Microway NDP C/C++ 32 bit DOS compiler. -- The curses datatype has been changed from an unsigned in to a long. +- The curses datatype has been changed from an unsigned int to a long. This allows more attributes to be stored as well as increasing the number of color-pairs from 32 to 64.