mirror of
https://github.com/zoriya/ash.git
synced 2026-06-02 10:45:07 +00:00
Adding quoted insert commandé
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user