summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-25 10:20:57 +0200
committerPaul Buetow <paul@buetow.org>2026-02-25 10:20:57 +0200
commit559c5cb10b654cceda62b2afa12068a575a83530 (patch)
tree170a5b874d567cede8b84b5c2e2fce2467c5b4c0
parentfa93934f341c7356b63daaf0c27cbdbb6e22fad7 (diff)
Add files dir-group state to dashboard model
-rw-r--r--internal/tui/dashboard/model.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/tui/dashboard/model.go b/internal/tui/dashboard/model.go
index 56e1980..822f88f 100644
--- a/internal/tui/dashboard/model.go
+++ b/internal/tui/dashboard/model.go
@@ -37,6 +37,8 @@ type Model struct {
keys common.KeyMap
syscallsOffset int
filesOffset int
+ filesDirGrouped bool
+ filesDirOffset int
processesOffset int
streamModel eventstream.Model
}