mirror of
https://github.com/troglobit/editline.git
synced 2025-05-05 20:11:12 +08:00
Add rl_attempted_completion_over global to header
Signed-off-by: Arthur Michas <vikr@protonmail.com>
This commit is contained in:
parent
caf4b3c0ce
commit
93d952291f
@ -84,6 +84,7 @@ extern int rl_point;
|
|||||||
extern int rl_mark;
|
extern int rl_mark;
|
||||||
extern int rl_end;
|
extern int rl_end;
|
||||||
extern int rl_inhibit_complete;
|
extern int rl_inhibit_complete;
|
||||||
|
extern int rl_attempted_completion_over;
|
||||||
extern char *rl_line_buffer;
|
extern char *rl_line_buffer;
|
||||||
extern const char *rl_readline_name;
|
extern const char *rl_readline_name;
|
||||||
extern FILE *rl_instream; /* The stdio stream from which input is read. Defaults to stdin if NULL - Not supported yet! */
|
extern FILE *rl_instream; /* The stdio stream from which input is read. Defaults to stdin if NULL - Not supported yet! */
|
||||||
|
Loading…
Reference in New Issue
Block a user