#include <curses.h>
#endif
#ifndef TERMCAP
#ifdef HAVE_TERM_H
#include <term.h>
#else
#include <termcap.h>
#include <arpa/telnet.h>