mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-15 14:53:47 -05:00
Use bold bar as the default marker
This commit is contained in:
@@ -2637,7 +2637,7 @@ func postProcessOptions(opts *Options) error {
|
||||
|
||||
if opts.Marker == nil {
|
||||
// "▏" looks better, but not all terminals render it correctly
|
||||
defaultMarker := "│"
|
||||
defaultMarker := "┃"
|
||||
if !opts.Unicode {
|
||||
defaultMarker = ">"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user