Fully rewrite global color declarations
commitb203a43a11e5628e91bbff223668113ce40732eb
authorPhilip Pavlick <swashdev@pm.me>
Mon, 9 Mar 2020 22:04:33 +0000 (9 17:04 -0500)
committerPhilip Pavlick <swashdev@pm.me>
Mon, 9 Mar 2020 22:04:33 +0000 (9 17:04 -0500)
tree285d40d68692d8afd527fc92676280c026070453
parent058540eefadfb806683c3acf42a347b825d06556
Fully rewrite global color declarations

Because I didn't understand how enums and static variables work, I had
to abandon the `Colors` enum I worked so hard on and instead have all of
the standard color pairs be declared statically and initialized with a
function, which is now called in main.  All references to the `Colors`
enum have now been replaced with `CLR_*` values like in the old code
base.

I'm not salty about this at all, stop staring at me.
src/colors.d
src/iocurses.d
src/iomain.d
src/ioterm.d
src/item.d
src/main.d
src/tsyms.d