mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-09 00:22:02 -07:00
Redraw/hide scroll offset when 'info' property is changed
This commit is contained in:
@@ -387,7 +387,7 @@ func (a previewOpts) sameLayout(b previewOpts) bool {
|
||||
}
|
||||
|
||||
func (a previewOpts) sameContentLayout(b previewOpts) bool {
|
||||
return a.wrap == b.wrap && a.headerLines == b.headerLines
|
||||
return a.wrap == b.wrap && a.headerLines == b.headerLines && a.info == b.info
|
||||
}
|
||||
|
||||
func firstLine(s string) string {
|
||||
|
Reference in New Issue
Block a user