From 93d952291faaf251c705fba98173b98ad1d950b2 Mon Sep 17 00:00:00 2001 From: Arthur Michas Date: Sat, 7 Sep 2024 02:53:08 +0200 Subject: [PATCH] Add rl_attempted_completion_over global to header Signed-off-by: Arthur Michas --- include/editline.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/editline.h b/include/editline.h index b32e2df..18145a4 100644 --- a/include/editline.h +++ b/include/editline.h @@ -84,6 +84,7 @@ extern int rl_point; extern int rl_mark; extern int rl_end; extern int rl_inhibit_complete; +extern int rl_attempted_completion_over; extern char *rl_line_buffer; 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! */