mirror of
https://github.com/troglobit/editline.git
synced 2025-05-06 04:21:24 +08:00
Merge pull request #69 from vikrrrr/missing-global
Add rl_attempted_completion_over global to header Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
commit
ac81ca6d4b
@ -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