pub unsafe extern "C" fn notcurses_linesigs_disable(
n: *mut notcurses,
) -> c_intExpand description
Disable signals originating from the terminal’s line discipline, i.e. SIGINT (^C), SIGQUIT (^), and SIGTSTP (^Z). They are enabled by default.