Do you mean is there a program written in curses that will bring up a menu when you login to a virtual terminal? If so, there are many curses based menu programs that you can add to your ".bash_login". Heck, the easiest way to build a nice text based color menu would be to write a shell script utilizing the "dialog" command. This generates ncurses based menus and prompts very easily.