diff --git a/src/shell_manager.cc b/src/shell_manager.cc index ba6939d0..e2253334 100644 --- a/src/shell_manager.cc +++ b/src/shell_manager.cc @@ -288,7 +288,7 @@ std::pair ShellManager::eval( } if (wait_notified) // clear the status line - context.print_status({ "", get_face("Information") }, true); + context.print_status({}, true); return { std::move(stdout_contents), WIFEXITED(status) ? WEXITSTATUS(status) : -1 }; }