Fix incorrect intialization of color pairs
commitb6e756871b0d6fc18f5c8b6fbc334ca5a63e2c84
authorPhilip Pavlick <swashdev@pm.me>
Mon, 9 Mar 2020 00:28:53 +0000 (8 19:28 -0500)
committerPhilip Pavlick <swashdev@pm.me>
Mon, 9 Mar 2020 00:28:53 +0000 (8 19:28 -0500)
tree664bec0c0e707c03e580244d9f70f3c669f1b04e
parentf5a8044c698cd9ae313305dae8d66284704fa325
Fix incorrect intialization of color pairs

The PAIR_* colors were all initialized incorrectly by omitting the `new`
keyword.  Additionally, PAIR_CYAN and PAIR_WHITE used themselves rather
than the CLR_* codes they were supposed to.  This has been fixed.
src/colors.d