about summary refs log tree commit diff stats
path: root/src/local/container.nim
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2024-03-11 21:59:56 +0100
committerbptato <nincsnevem662@gmail.com>2024-03-11 22:02:35 +0100
commit5e2d67cdd5ad4220426b19592ddf2f827af75f0b (patch)
treee6fd6fb753ac8ba6074018497f3e897fe4ee4ead /src/local/container.nim
parentb789b0b076ef7aba3f5f6bbb4f6b7cadf596994c (diff)
downloadchawan-5e2d67cdd5ad4220426b19592ddf2f827af75f0b.tar.gz
pager: do not eat error alerts on startup
cetStatus is only called for soft status updates, not alerts (we have
cetAlert for that)
Diffstat (limited to 'src/local/container.nim')
-rw-r--r--src/local/container.nim1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/local/container.nim b/src/local/container.nim
index d7ee5c64..9b26f9e5 100644
--- a/src/local/container.nim
+++ b/src/local/container.nim
@@ -1347,7 +1347,6 @@ proc onload*(container: Container, res: int) =
   elif res == -1:
     container.loadState = lsLoaded
     container.setLoadInfo("")
-    container.triggerEvent(cetStatus)
     container.needslines = true
     container.triggerEvent(cetLoaded)
     container.iface.getTitle().then(proc(title: string) =