summaryrefslogtreecommitdiffstats
path: root/pkg/gui/gui.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/gui.go')
-rw-r--r--pkg/gui/gui.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/gui/gui.go b/pkg/gui/gui.go
index 9b4279f29..08960ff16 100644
--- a/pkg/gui/gui.go
+++ b/pkg/gui/gui.go
@@ -346,6 +346,9 @@ type guiState struct {
// for displaying suggestions while typing in a file name
FilesTrie *patricia.Trie
+
+ // this is the message of the last failed commit attempt
+ messageFailedCommit string
}
// reuseState determines if we pull the repo state from our repo state map or