mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-26 13:02:01 +03:00
Merge remote-tracking branch 'Delapouite/print_status'
This commit is contained in:
commit
827aab1386
@ -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 };
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user