mirror of
https://github.com/zoriya/ash.git
synced 2026-06-01 02:08:06 +00:00
Starting the autocompletion
This commit is contained in:
@@ -41,3 +41,5 @@ 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 complete_command(int key, buffer_t *buffer, env_t *env);
|
||||
Reference in New Issue
Block a user