Handling the SIGINT

This commit is contained in:
Anonymus Raccoon
2020-05-24 18:06:24 +02:00
parent 0ea96bf269
commit 5932e7ca61
9 changed files with 60 additions and 4 deletions
+3 -1
View File
@@ -46,4 +46,6 @@ int down_history_command(int key, buffer_t *buffer, env_t *env);
int quoted_insert_command(int key, buffer_t *buffer, env_t *env);
int clear_screen_command(int key, buffer_t *buffer, env_t *env);
int complete_command(int key, buffer_t *buffer, env_t *env);
int complete_command(int key, buffer_t *buffer, env_t *env);
int tty_sigintr_command(int key, buffer_t *buffer, env_t *env);