ReadlineNotify¶
Notifier for readline.
interface ref ReadlineNotify
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.
fun ref apply(
line: String val,
prompt: Promise[String val] tag)
: None val
Parameters¶
Returns¶
- None val
tab¶
Return tab completion possibilities.
fun ref tab(
line: String val)
: Seq[String val] box
Parameters¶
- line: String val