mirror of
https://github.com/troglobit/editline.git
synced 2025-09-16 00:08:11 +08:00
Export el_del_char()
This commit is contained in:
@@ -50,6 +50,7 @@ extern int rl_meta_chars;
|
||||
extern char * el_find_word(void);
|
||||
extern void el_print_columns(int ac, char **av);
|
||||
extern el_status_t el_ring_bell(void);
|
||||
extern el_status_t el_del_char(void);
|
||||
|
||||
extern void el_bind_key(int key, el_keymap_func_t function);
|
||||
extern void el_bind_key_in_metamap(int key, el_keymap_func_t function);
|
||||
|
Reference in New Issue
Block a user