mirror of
				https://github.com/troglobit/editline.git
				synced 2025-11-04 11:18:07 +08:00 
			
		
		
		
	TODO: custom completion handlers verified in examples/cli.c
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
		
							
								
								
									
										10
									
								
								docs/TODO.md
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								docs/TODO.md
									
									
									
									
									
								
							@@ -8,16 +8,6 @@ Remember, the general idea is to keep this library small with no
 | 
			
		||||
external dependencies, except for a generic C library.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
Verify custom completion handlers
 | 
			
		||||
---------------------------------
 | 
			
		||||
 | 
			
		||||
Verify for v1.14.0 that custom completion handlers still work After
 | 
			
		||||
reverting a "fix" in v0.2.2 that made `rl_complete()` a function pointer
 | 
			
		||||
we need to make sure the same functionality is still available with the
 | 
			
		||||
new infrastructure.  Which is more inspired by BSD libedit and GNU
 | 
			
		||||
readline.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
Check what's needed to run the fileman example
 | 
			
		||||
----------------------------------------------
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user