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