1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-28 16:02:01 +03:00

more improvements

This commit is contained in:
Jesse Duffield
2021-03-14 14:41:11 +11:00
parent 07dd9c6bc8
commit 9f2d7adb8e
4 changed files with 40 additions and 20 deletions

View File

@ -7,7 +7,8 @@ import (
type StatusLineNode struct {
Children []*StatusLineNode
File *File
Name string
Name string // e.g. 'mydir'
Path string // e.g. '/path/to/mydir'
Collapsed bool
}