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

fix(options): disallow empty 'fdc' and 'scl' #16765

Merged
merged 1 commit into from
Dec 25, 2021

Commits on Dec 24, 2021

  1. fix(options): disallow empty 'fdc' and 'scl'

    Empty string values for these options aren't actually allowed, but
    check_opt_strings allows empty string options.
    
    It so happens that 'scl' handles empty string like "auto", but empty 'fdc'
    causes glitchiness (win_fdccol_count returns an incorrect value).
    
    Just disallow empty string values for these options completely.
    seandewar committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    5a8f568 View commit details
    Browse the repository at this point in the history