mirror of
https://github.com/jesseduffield/lazygit.git
synced 2024-12-12 11:15:00 +02:00
10 lines
180 B
Go
10 lines
180 B
Go
package filetree
|
|
|
|
const EXPANDED_ARROW = "▼"
|
|
const COLLAPSED_ARROW = "►"
|
|
|
|
const INNER_ITEM = "├─ "
|
|
const LAST_ITEM = "└─ "
|
|
const NESTED = "│ "
|
|
const NOTHING = " "
|