start_color - initialise use of colours on terminal
#include <curses.h> int start_color(void);
Refer to can_change_color().