From d357c1fee1cc871fd22424fc196e47028a98ff2b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 20 Jan 2015 23:07:21 -0500 Subject: [PATCH] End the console status line after pull Failure to do so causes the next shell prompt to appear in the same line as the status, which looks broken. --- xdg-app-dir.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xdg-app-dir.c b/xdg-app-dir.c index 5029a0fa..0abe1e7f 100644 --- a/xdg-app-dir.c +++ b/xdg-app-dir.c @@ -256,6 +256,9 @@ xdg_app_dir_pull (XdgAppDir *self, cancellable, error)) goto out; + if (console) + gs_console_end_status_line (console, NULL, NULL); + ret = TRUE; out: return ret;