pub unsafe extern "C" fn mode_completer_result(
sw: *mut Mode,
menu_retv: c_int,
input: *mut *mut c_char,
selected_line: c_uint,
path: *mut *mut c_char,
) -> c_uintExpand description
Acts on the user interaction. Returns the next mode state.
mode: The mode to querymenu_retv: The menu return value.input: Pointer to the user input string. (in, out)selected_line: the line selected by the user.path: get the path to the selected file. (out)