mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-15 06:43:47 -05:00
Fix header not shown when the lines go beyond the screen limit
This commit is contained in:
@@ -388,7 +388,7 @@ func (t *Terminal) printHeader() {
|
||||
line -= 1
|
||||
}
|
||||
if line >= max {
|
||||
break
|
||||
continue
|
||||
}
|
||||
trimmed, colors, newState := extractColor(&lineStr, state)
|
||||
state = newState
|
||||
|
||||
Reference in New Issue
Block a user