ReadlineNotify¶
Notifier for readline.
Public Functions¶
apply¶
Receives finished lines. The next prompt is set by fulfilling the promise. If the promise is rejected, readline will stop handling input.
Parameters¶
Returns¶
- None val
tab¶
Return tab completion possibilities.
Parameters¶
- line: String val