a screen handling program to provide a flashing message.
You will have to design a screen Layout for where messages
are placed on the screen. You will also have to consider
when to delay the program in order to give the user time
to read the messages. That is, the program will use the
curses library, signals and the sleep function.