mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-10-08 22:52:12 +02: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