Cargo Features
ncursesw has no features set by default.
[dependencies]
ncursesw = { version = "0.6.4", features = ["key_resize_as_error", "key_event_as_error", "docs-rs"] }
- key_resize_as_error
-
conditional compulation of KEY_RESIZE to return as a NCurseswError::KeyResize (the default) for getch(), mvgetch(),
mvwgetch(), wgetch(), get_wch(), mvget_wch(), mvwget_wch() and wget_wch(). - key_event_as_error
-
the
key_event_as_error
feature has been depricated as of crate 0.6.3 (the stub has been left in place but has no effect). - docs-rs