pub unsafe extern "C" fn SCIPdialoghdlrAddHistory(
dialoghdlr: *mut SCIP_DIALOGHDLR,
dialog: *mut SCIP_DIALOG,
command: *const c_char,
escapecommand: c_uint,
) -> SCIP_RETCODEExpand description
adds a command to the command history of the dialog handler; if a dialog is given, the command is preceeded by the dialog’s command path; if no command is given, only the path to the dialog is added to the command history