mirror of
				https://github.com/troglobit/editline.git
				synced 2025-10-31 16:28:15 +08:00 
			
		
		
		
	Add support for inhibiting completion: rl_inhibit_completion
This commit is contained in:
		| @@ -53,6 +53,7 @@ extern int         rl_list_possib(char *token, char ***av); | ||||
| extern int         rl_point; | ||||
| extern int         rl_mark; | ||||
| extern int         rl_end; | ||||
| extern int         rl_inhibit_complete; | ||||
| 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! */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Joachim Nilsson
					Joachim Nilsson