ANSINotify
Receive input from an ANSITerm.
interface ref ANSINotify
Public Functions
apply
fun ref apply( term: ANSITerm ref, input: U8 val) : None val
Parameters
Returns
- None val
up
fun ref up( ctrl: Bool val, alt: Bool val, shift: Bool val) : None val
Parameters
Returns
- None val
down
fun ref down( ctrl: Bool val, alt: Bool val, shift: Bool val) : None val
Parameters
Returns
- None val
left
fun ref left( ctrl: Bool val, alt: Bool val, shift: Bool val) : None val
Parameters
Returns
- None val
right
fun ref right( ctrl: Bool val, alt: Bool val, shift: Bool val) : None val
Parameters
Returns
- None val
delete
fun ref delete( ctrl: Bool val, alt: Bool val, shift: Bool val) : None val
Parameters
Returns
- None val
insert
fun ref insert( ctrl: Bool val, alt: Bool val, shift: Bool val) : None val
Parameters
Returns
- None val
home
fun ref home( ctrl: Bool val, alt: Bool val, shift: Bool val) : None val
Parameters
Returns
- None val
end_key
fun ref end_key( ctrl: Bool val, alt: Bool val, shift: Bool val) : None val
Parameters
Returns
- None val
page_up
fun ref page_up( ctrl: Bool val, alt: Bool val, shift: Bool val) : None val
Parameters
Returns
- None val
page_down
fun ref page_down( ctrl: Bool val, alt: Bool val, shift: Bool val) : None val
Parameters
Returns
- None val
fn_key
fun ref fn_key( i: U8 val, ctrl: Bool val, alt: Bool val, shift: Bool val) : None val
Parameters
Returns
- None val
prompt
fun ref prompt( term: ANSITerm ref, value: String val) : None val
Parameters
Returns
- None val
size
fun ref size( rows: U16 val, cols: U16 val) : None val
Parameters
Returns
- None val
closed
fun ref closed() : None val
Returns
- None val
© 2016-2020, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/term-ANSINotify