1
1

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

Этот коммит содержится в:
Roland Illig 2005-08-29 09:30:45 +00:00
родитель 132ee7a361
Коммит 0c4c461433

Просмотреть файл

@ -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