public class CandidateListCompletionHandler extends Object implements jline.console.completer.CompletionHandler
Fixes issues with the default CandidateListCompletionHandler such as clearing out the whole buffer when a completion matches a list of candidates
Type Params | Return Type | Name and description |
---|---|---|
|
public boolean |
complete(jline.console.ConsoleReader reader, List<CharSequence> candidates, int pos) |
|
public void |
setAlwaysIncludeNewline(boolean eagerNewlines) |