mirror of
https://github.com/zoriya/ash.git
synced 2026-06-01 10:15:10 +00:00
Supporting the backspace
This commit is contained in:
@@ -26,6 +26,10 @@ typedef struct binding
|
||||
extern const key_function_t key_functions[];
|
||||
extern const binding_t emacs_bindings[];
|
||||
|
||||
int buffer_get_display_pos(buffer_t *buffer);
|
||||
|
||||
|
||||
int self_insert_command(int key, buffer_t *buffer, env_t *env);
|
||||
int newline_command(int key, buffer_t *buffer, env_t *env);
|
||||
int eof_command(int key, buffer_t *buffer, env_t *env);
|
||||
int eof_command(int key, buffer_t *buffer, env_t *env);
|
||||
int backward_delete_char_command(int key, buffer_t *buffer, env_t *env);
|
||||
Reference in New Issue
Block a user