A completion handler invoked when the user requests completion (e.g. Tab).
public delegate TerminalReadLineCompletion TerminalReadLineCompletionHandler(ReadOnlySpan<char> text, int cursorIndex, int selectionStart, int selectionLength);
kind:method, kind:property, kind:ctor. Press Esc to clear.