swap curses definitions for black & dark gray
commit05346d59af21e768ca248e93ea5e2589515bb485
authorPhilip Pavlick <swashdev@pm.me>
Fri, 4 Sep 2020 00:38:53 +0000 (3 19:38 -0500)
committerPhilip Pavlick <swashdev@pm.me>
Fri, 4 Sep 2020 00:38:53 +0000 (3 19:38 -0500)
tree69be228168f3ca3a928f51840e975b37da03c56f
parentd2bd99cd216c6d7c858aaf9ae7a285cf553fabfc
swap curses definitions for black & dark gray

A misunderstanding of how curses defines "black" resulted in dark gray
being used instead of black and vice-versa.  The color definitions have
been swapped and CURSES_DARK has been renamed to CURSES_BLACK to avoid
future confusion.

This commit fixes the error in the test map which caused the goobling to
display as a pure black rather than dark gray.
src/colors.d