Constant libnotcurses_sys::NCOPTION_NO_QUIT_SIGHANDLERS[][src]

pub const NCOPTION_NO_QUIT_SIGHANDLERS: u64 = crate::bindings::ffi::NCOPTION_NO_QUIT_SIGHANDLERS as u64; // 0x0000_0000_0000_0008u64
Expand description

Do not handle SIG{ING, SEGV, ABRT, QUIT}.

A signal handler will usually be installed for SIGINT, SIGQUIT, SIGSEGV, SIGTERM, and SIGABRT, cleaning up the terminal on such exceptions. With this flag, the handler will not be installed.