1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-09 09:22:48 +03:00
This commit is contained in:
Jesse Duffield
2020-03-21 13:39:20 +11:00
parent 7c8df28d01
commit daecdd7c2b
7 changed files with 93 additions and 18 deletions

View File

@@ -229,6 +229,9 @@ type guiState struct {
type UndoState struct {
ReflogKey string
ReflogIdx int
// this is the index of the most recent reflog entry that the user initiated themselves
// (as opposed to being created by an undo or redo action)
UndoCount int
}
// for now the split view will always be on