Adding quoted insert commandé

This commit is contained in:
Anonymus Raccoon
2020-05-24 15:37:12 +02:00
parent 74d2348558
commit 7548d7fbac
6 changed files with 27 additions and 3 deletions
+1 -1
View File
@@ -44,6 +44,6 @@ int end_of_line_command(int key, buffer_t *buffer, env_t *env);
int up_history_command(int key, buffer_t *buffer, env_t *env);
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);