diff options
author | Joe <rbo@gmx.us> | 2024-05-16 20:20:20 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-05-16 20:20:20 +0200 |
commit | f7b605664109f81bbe2933907664c7a8ed83f413 (patch) | |
tree | a298aae5b9eb4622923798345986e2a73e0b7977 /src/c_hardflip.go | |
parent | ok (diff) | |
download | hardflip-f7b605664109f81bbe2933907664c7a8ed83f413.tar.gz hardflip-f7b605664109f81bbe2933907664c7a8ed83f413.tar.bz2 hardflip-f7b605664109f81bbe2933907664c7a8ed83f413.tar.xz hardflip-f7b605664109f81bbe2933907664c7a8ed83f413.tar.zst hardflip-f7b605664109f81bbe2933907664c7a8ed83f413.zip |
coool
Diffstat (limited to 'src/c_hardflip.go')
-rw-r--r-- | src/c_hardflip.go | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/c_hardflip.go b/src/c_hardflip.go index 9b1b5c0..4d22149 100644 --- a/src/c_hardflip.go +++ b/src/c_hardflip.go @@ -56,17 +56,18 @@ import "os" // the main data structure, holds up everything important type HardData struct { - litems *ItemsList - ldirs *DirsList - ui HardUI - opts HardOpts - folds map[*DirsNode]*ItemsList + litems *ItemsList + ldirs *DirsList + ui HardUI + opts HardOpts + colors HardStyle + folds map[*DirsNode]*ItemsList data_dir string home_dir string load_err []error insert_err []error - keys [][2]string - insert *HostNode + keys [][2]string + insert *HostNode yank *ItemsNode } |