alias Linenoise::HintsCallback
Overview
Callback for registering hints based on user input.
- In:
Pointer(UInt8)The current line as a cstring. - Inout:
Pointer(Int32)The ANSI color code as an integer pointer. - Inout:
Pointer(Int32)The ANSI Select Graphic Rendition (SGR) code as an integer pointer. - Out:
Pointer(UInt8)Return the hint as a cstring (String#to_unsafe).
Alias Definition
Pointer(UInt8), Pointer(Int32), Pointer(Int32) -> Pointer(UInt8)