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:
tter Daniel Santos <dacs.git@brilhante.top> 2023-01-10 17:45:16 +0000 add implode, explode and may-reverse' href='/danisanti/cl-math/commit/cl-math.lisp?id=91fcf477721c1571f20b25de633e5cf8314bd81e'>91fcf47 ^
97fb7e9 ^
91fcf47 ^
a0025c8 ^
ac19e22

a0025c8 ^

ac19e22

a0025c8 ^


ac19e22




a0025c8 ^
ac19e22


a0025c8 ^


ac19e22



a0025c8 ^



ac19e22
a0025c8 ^

ac19e22

a0025c8 ^

ac19e22

a0025c8 ^

ac19e22

a0025c8 ^

ac19e22
a0025c8 ^


ac19e22
8be733f ^

a0025c8 ^
ac19e22
8be733f ^

a0025c8 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82