Implementing the ctrl L

This commit is contained in:
Anonymus Raccoon
2020-05-24 14:07:55 +02:00
parent 3ad96316a1
commit 89a137e223
3 changed files with 12 additions and 0 deletions
+2
View File
@@ -44,4 +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 clear_screen_command(int key, buffer_t *buffer, env_t *env);
int complete_command(int key, buffer_t *buffer, env_t *env);