notcurses_linesigs_disable

Function notcurses_linesigs_disable 

Source
pub unsafe extern "C" fn notcurses_linesigs_disable(
    n: *mut notcurses,
) -> c_int
Expand description

Disable signals originating from the terminal’s line discipline, i.e. SIGINT (^C), SIGQUIT (^), and SIGTSTP (^Z). They are enabled by default.