mirror of
https://github.com/zoriya/ash.git
synced 2026-06-01 02:08:06 +00:00
Handling the SIGINT
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user