The got_interrupt function from tty.c is defined for ncurses, too.

This commit is contained in:
Roland Illig 2005-08-29 09:30:45 +00:00
parent 132ee7a361
commit 0c4c461433

View File

@ -479,14 +479,6 @@ getch (void)
}
return c;
}
#else
/* Non slang builds do not understand got_interrupt */
int got_interrupt (void)
{
return 0;
}
#endif /* HAVE_SLANG */
void