1
0
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:
Stefan Haller
2025-04-01 16:14:10 +02:00
parent 1b6bbe2378
commit 2a7578574d
8 changed files with 68 additions and 24 deletions

View File

@ -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
}