+// color ramp for fading from white to color
+static short white_ramp_invert[24] = { 15, 255, 254, 254, 252, 251,
+ 250, 249, 248, 247, 246, 245,
+ 243, 242, 241, 240, 239, 238,
+ 237, 236, 235, 234, 233, 232};
+
+static short blue_ramp_invert[24] = { 15, 231, 231, 195, 195, 159,
+ 159, 123, 123, 87, 51, 44,
+ 45, 38, 39, 32, 33, 33,
+ 26, 26, 27, 27, 21, 21};
+
+static short red_ramp_invert[24] = { 15, 231, 231, 224, 224, 225,
+ 225, 218, 218, 219, 212, 213,
+ 206, 207, 201, 200, 199, 199,
+ 198, 198, 197, 197, 196, 196};
+
+int ncurses_display(deck_t *deck, int notrans, int nofade, int invert) {