Type Definition libnotcurses_sys::widgets::NcReader [−][src]
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 (ncreader_destroy
() otherwise destroys the ncplane).
type in C: ncreader (struct)