mirror of
https://github.com/troglobit/editline.git
synced 2025-05-05 20:11:12 +08:00
Add documentation for rl_deprep_term*() function and callback
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
parent
ea79fe70f9
commit
a1f0a81a31
@ -68,10 +68,13 @@ to [FSF readline][], which may not be entirely up-to-date.
|
||||
char *rl_line_buffer;
|
||||
const char *rl_readline_name;
|
||||
|
||||
void rl_initialize(void);
|
||||
void rl_uninitialize(void);
|
||||
void (*rl_deprep_term_function)(void);
|
||||
void rl_deprep_terminal(void);
|
||||
void rl_reset_terminal(const char *terminal_name);
|
||||
|
||||
void rl_initialize(void);
|
||||
void rl_uninitialize(void); /* Free all internal memory */
|
||||
|
||||
void rl_save_prompt(void);
|
||||
void rl_restore_prompt(void);
|
||||
void rl_set_prompt(const char *prompt);
|
||||
|
Loading…
Reference in New Issue
Block a user