summaryrefslogtreecommitdiffstats
path: root/pkg/gui/controllers/snake_controller.go
AgeCommit message (Collapse)Author
2023-04-30lots of changesJesse Duffield
2023-04-30standardise controller helper methodsJesse Duffield
2023-04-30Begin refactoring guiJesse Duffield
This begins a big refactor of moving more code out of the Gui struct into contexts, controllers, and helpers. We also move some code into structs in the gui package purely for the sake of better encapsulation
2023-03-09Remove alternative confirmation and return keymappingsLuka Markušić
2023-02-11chore: change to work `return-alt1` on all viewsRyooooooga
2022-12-30integrate snake game into lazygitJesse Duffield