mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
The got_interrupt function from tty.c is defined for ncurses, too.
This commit is contained in:
parent
132ee7a361
commit
0c4c461433
@ -479,14 +479,6 @@ getch (void)
|
|||||||
}
|
}
|
||||||
return c;
|
return c;
|
||||||
}
|
}
|
||||||
|
|
||||||
#else
|
|
||||||
|
|
||||||
/* Non slang builds do not understand got_interrupt */
|
|
||||||
int got_interrupt (void)
|
|
||||||
{
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
#endif /* HAVE_SLANG */
|
#endif /* HAVE_SLANG */
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user