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
Returns
© 2016-2020, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/term-ReadlineNotify