summaryrefslogtreecommitdiff
path: root/lua/99/window
diff options
context:
space:
mode:
authortheprimeagain <the.primeagen@gmail.com>2026-02-28 08:29:50 -0700
committertheprimeagain <the.primeagen@gmail.com>2026-02-28 08:29:50 -0700
commit06b6a3aef56a49b6af1b2dbd990a2e8df0f93a76 (patch)
tree7a2560b395278c801124426d4ff67d122ec79dd7 /lua/99/window
parent79efd670b87057583315fc5c53367c9b37e32247 (diff)
downloada4-06b6a3aef56a49b6af1b2dbd990a2e8df0f93a76.tar.xz
a4-06b6a3aef56a49b6af1b2dbd990a2e8df0f93a76.zip
broken: tracking is almost complete other than testing... the testing is
broken and vibe coded
Diffstat (limited to 'lua/99/window')
-rw-r--r--lua/99/window/status-window.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/99/window/status-window.lua b/lua/99/window/status-window.lua
index d1cc58e..bea4857 100644
--- a/lua/99/window/status-window.lua
+++ b/lua/99/window/status-window.lua
@@ -98,7 +98,7 @@ function StatusWindow:_run_loop()
end
local throb = Throbber.new(function(throb)
- local count = self._99:active_request_count()
+ local count = self._99.tracking:active_request_count()
local win_valid = Window.valid(win)
if count == 0 or not win_valid then