mirror of
				https://github.com/troglobit/editline.git
				synced 2025-11-04 19:28:08 +08:00 
			
		
		
		
	Add documentation for rl_deprep_term*() function and callback
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
		@@ -68,10 +68,13 @@ to [FSF readline][], which may not be entirely up-to-date.
 | 
				
			|||||||
    char       *rl_line_buffer;
 | 
					    char       *rl_line_buffer;
 | 
				
			||||||
    const char *rl_readline_name;
 | 
					    const char *rl_readline_name;
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    void rl_initialize(void);
 | 
					    void (*rl_deprep_term_function)(void);
 | 
				
			||||||
    void rl_uninitialize(void);
 | 
					    void rl_deprep_terminal(void);
 | 
				
			||||||
    void rl_reset_terminal(const char *terminal_name);
 | 
					    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_save_prompt(void);
 | 
				
			||||||
    void rl_restore_prompt(void);
 | 
					    void rl_restore_prompt(void);
 | 
				
			||||||
    void rl_set_prompt(const char *prompt);
 | 
					    void rl_set_prompt(const char *prompt);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user