aboutsummaryrefslogtreecommitdiffstats
path: root/c_ldirs.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2023-12-26 20:20:20 +0100
committerJoe <rbo@gmx.us>2023-12-26 20:20:20 +0100
commit900daccebbb57abcbf95e8d708444fbfcb804a86 (patch)
treefa5167cf88ca9e9bbaa9d83ffbef21ae4031149b /c_ldirs.go
parentmust rewrite ui (diff)
downloadhardflip-900daccebbb57abcbf95e8d708444fbfcb804a86.tar.gz
hardflip-900daccebbb57abcbf95e8d708444fbfcb804a86.tar.bz2
hardflip-900daccebbb57abcbf95e8d708444fbfcb804a86.tar.xz
hardflip-900daccebbb57abcbf95e8d708444fbfcb804a86.tar.zst
hardflip-900daccebbb57abcbf95e8d708444fbfcb804a86.zip
cool
Diffstat (limited to '')
-rw-r--r--c_ldirs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/c_ldirs.go b/c_ldirs.go
index 096dd72..ceee953 100644
--- a/c_ldirs.go
+++ b/c_ldirs.go
@@ -53,6 +53,7 @@ type DirsNode struct {
Parent *DirsNode
Depth uint16
lhost *HostList
+ Folded bool
next *DirsNode
}