Type Alias NcReader
Source pub type NcReader = ncreader;
Expand description
Provides a freeform input in a (possibly multiline) region
Supports optional readline keybindings (opt out using
NCREADER_OPTION_NOCMDKEYS flag)
Takes ownership of its NcPlane, destroying it on any
error (otherwise destroy destroys the plane).
type in C: ncreader (struct)
pub struct NcReader { }
NcReader simple constructor.
NcReader constructor with options.