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