Skip to content

Spinner characters don't have glyphs in any of the default console fonts on Windows #2631

Open
@vovcacik

Description

@vovcacik
  • I have read through the manual page (man fzf)
  • I have the latest version of fzf
  • I have searched through the existing issues

Info

  • OS
    • Linux
    • Mac OS X
    • Windows
    • Etc.
  • Shell
    • bash
    • zsh
    • fish

Problem / Steps to reproduce

The braille glyphs are not present. The fallback spinner made of slashes would be fine.

fzf/src/terminal.go

Lines 405 to 408 in 7191ebb

if unicode {
return []string{`⠋`, `⠙`, `⠹`, `⠸`, `⠼`, `⠴`, `⠦`, `⠧`, `⠇`, `⠏`}
}
return []string{`-`, `\`, `|`, `/`, `-`, `\`, `|`, `/`}

The problem can also be seen in screenshot from #2329 (the first yellow replacement character).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions