Constant libnotcurses_sys::NCOPTION_NO_WINCH_SIGHANDLER[][src]

pub const NCOPTION_NO_WINCH_SIGHANDLER: u64 = crate::bindings::ffi::NCOPTION_NO_WINCH_SIGHANDLER as u64; // 0x0000_0000_0000_0004u64
Expand description

Do not handle SIGWINCH.

A signal handler will usually be installed for SIGWINCH, resulting in NCKEY_RESIZE events being generated on input. With this flag, the handler will not be installed.