mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
Introduce filtered list view model
We're going to start supporting filtering of list views
This commit is contained in:
parent
fd861826bc
commit
a9e2c8129f
43 changed files with 798 additions and 232 deletions
|
@ -128,10 +128,6 @@ func (self *guiCommon) Mutexes() types.Mutexes {
|
|||
return self.gui.Mutexes
|
||||
}
|
||||
|
||||
func (self *guiCommon) OpenSearch() {
|
||||
_ = self.gui.handleOpenSearch(self.gui.currentViewName())
|
||||
}
|
||||
|
||||
func (self *guiCommon) GocuiGui() *gocui.Gui {
|
||||
return self.gui.g
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue