mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-14 06:13:47 -05:00
Add 'gap-line' color for the horizontal line on each gap
Color inheritance: border >> list-border >> gap-line
This commit is contained in:
@@ -957,7 +957,7 @@ func NewTerminal(opts *Options, eventBox *util.EventBox, executor *util.Executor
|
||||
|
||||
// Gap line
|
||||
if t.gap > 0 && len(*opts.GapLine) > 0 {
|
||||
t.gapLine, t.gapLineLen = t.ansiLabelPrinter(*opts.GapLine, &tui.ColListBorder, true)
|
||||
t.gapLine, t.gapLineLen = t.ansiLabelPrinter(*opts.GapLine, &tui.ColGapLine, true)
|
||||
}
|
||||
|
||||
if opts.Ellipsis != nil {
|
||||
|
||||
Reference in New Issue
Block a user