mirror of
https://github.com/troglobit/editline.git
synced 2025-06-25 01:11:12 +08:00
Add SIGINT notification to cli example, for debugging
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
parent
3e046cafd2
commit
4a17180d37
@ -106,6 +106,7 @@ el_status_t do_suspend(void)
|
|||||||
|
|
||||||
static void breakit(int signo)
|
static void breakit(int signo)
|
||||||
{
|
{
|
||||||
|
puts("Got SIGINT");
|
||||||
}
|
}
|
||||||
|
|
||||||
int main(void)
|
int main(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user