about summary refs log tree commit diff stats
path: root/src/local/pager.nim
diff options
context:
space:
mode:
Diffstat (limited to 'src/local/pager.nim')
-rw-r--r--src/local/pager.nim2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/local/pager.nim b/src/local/pager.nim
index d8f7c5dd..56ecd608 100644
--- a/src/local/pager.nim
+++ b/src/local/pager.nim
@@ -1350,6 +1350,8 @@ proc handleEvent0(pager: Pager, container: Container, event: ContainerEvent): bo
       cm.then(proc() =
         container.startload())
     else:
+      # remove "connecting..." message left by connect2
+      pager.refreshStatusMsg()
       cm.then(proc(): auto =
         container.quit())
   of QUIT: