diff options
| author | Maxime Coste <mawww@kakoune.org> | 2018-01-12 07:03:21 +1100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2018-01-12 07:03:21 +1100 |
| commit | 827aab1386684d5d2db7375ff8f20a2f301d784b (patch) | |
| tree | e083657da78fa889904131e6ad65f567c7fbfd6b /src | |
| parent | af4cc11404f6adec4780f8100650838b08abeb32 (diff) | |
| parent | 7ecc3d343fec95b7257339ba39846ff68c129ed2 (diff) | |
Merge remote-tracking branch 'Delapouite/print_status'
Diffstat (limited to 'src')
| -rw-r--r-- | src/shell_manager.cc | 2 |
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 }; } |
