echo"The program will now attempt to install the new version of ncurses (the one that was just compiled). In order to do this, the sudo password is required."
echo"Installing the new version of ncurses..."
sudo make install
echo"The new version has been installed. The program will now quit."
echo"Quitting..."
exit
else
echo"You chose to not install the new ncurses version. This program will now quit."