Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tui: Fix TUI display issues in non-UTF-8 locales #1974

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 1, 2024

  1. tui: Fix TUI display issues in non-UTF-8 locales

    This commit addresses the issue namhyung#1870 where the TUI displays
    incorrect characters in non-UTF-8 locales. The fix includes:
    
    - Checking the current locale
    - Using ASCII characters for graph display in non-UTF-8 locales
    - Adjusting character widths accordingly
    
    Fixes: namhyung#1870
    
    Signed-off-by: Gabriel Kim <[email protected]>
    GabrielKimm committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    bfa6fce View commit details
    Browse the repository at this point in the history