docs.
If the view parameter is NULL, no view will switch to the output.
1 | app->exec_system_command(app, &view, buffer_identifier("*compilation*")), ".", 1, cmd, cmd_len, 0); |
1 | app->exec_system_command(app, nullptr, buffer_identifier("*compilation*")), ".", 1, cmd, cmd_len, 0); |