mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-28 16:02:01 +03:00
more improvements
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user