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

Allow changing mouse enabling while running #58

Merged
merged 2 commits into from
Aug 18, 2024

Commits on Aug 18, 2024

  1. Fix attributes of inactive tab titles if activeBorderColor doesn't in…

    …clude bold
    
    The code was written with the assumption that the active border color includes
    the bold attribute, which is true for the default theme color; however, when
    changing the scheme to a color that doesn't include bold, it would result in
    many wrong attribute bits being set.
    
    Fix this by using bitwise operations instead of arithmetic operations to clear
    the bold bit.
    stefanhaller committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    f9d5524 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a91c44b View commit details
    Browse the repository at this point in the history