notcurses_core_init

Function notcurses_core_init 

Source
pub unsafe extern "C" fn notcurses_core_init(
    opts: *const notcurses_options,
    fp: *mut FILE,
) -> *mut notcurses
Expand description

The same as notcurses_init(), but without any multimedia functionality, allowing for a svelter binary. Link with notcurses-core if this is used.