This commit is contained in:
2016-01-06 22:05:28 -06:00
parent 9026f1a1ff
commit ddda3d3450
+1 -1
View File
@@ -15,7 +15,7 @@ type Menu struct {
disabledBg, disabledFg termbox.Attribute disabledBg, disabledFg termbox.Attribute
isDone bool isDone bool
bordered bool bordered bool
vimMode bool vimMode bool
} }
// CreateMenu Creates a menu with the specified attributes // CreateMenu Creates a menu with the specified attributes