mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-14 11:45:48 -07:00
Colors for 'separator' and 'scrollbar' will default to that for 'border'
This commit is contained in:
@@ -636,7 +636,7 @@ func NewTerminal(opts *Options, eventBox *util.EventBox) *Terminal {
|
||||
}
|
||||
if opts.Scrollbar == nil {
|
||||
if t.unicode {
|
||||
t.scrollbar = "▏" // Left one eighth block
|
||||
t.scrollbar = "│"
|
||||
} else {
|
||||
t.scrollbar = "|"
|
||||
}
|
||||
|
Reference in New Issue
Block a user