summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/shell_manager.cc2
1 files changed, 1 insertions, 1 deletions
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<String, int> 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 };
}