diff options
Diffstat (limited to 'src/shell_manager.cc')
| -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 2d0744e0..a6d4a954 100644 --- a/src/shell_manager.cc +++ b/src/shell_manager.cc @@ -268,7 +268,7 @@ std::pair<String, int> ShellManager::eval( client.print_status({ format("waiting for shell command to finish ({}s)", duration_cast<seconds>(wait_duration).count()), - get_face("Information") }); + context.faces()["Information"] }); client.redraw_ifn(); } timer.set_next_date(Clock::now() + wait_timeout); |
