mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
Add user config gui.showSelectionInFocusedMainView
This commit is contained in:
@ -228,3 +228,7 @@ func (self *BaseContext) Title() string {
|
||||
func (self *BaseContext) TotalContentHeight() int {
|
||||
return self.view.ViewLinesHeight()
|
||||
}
|
||||
|
||||
func (self *BaseContext) SetHighlightOnFocus(value bool) {
|
||||
self.highlightOnFocus = value
|
||||
}
|
||||
|
Reference in New Issue
Block a user