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

Underline colors are inconsistent #6570

Open
hyawara opened this issue Jan 9, 2025 · 0 comments
Open

Underline colors are inconsistent #6570

hyawara opened this issue Jan 9, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@hyawara
Copy link

hyawara commented Jan 9, 2025

What Operating System(s) are you seeing this problem on?

Windows

Which Wayland compositor or X11 Window manager(s) are you using?

No response

WezTerm version

20240203-110809-5046fc22

Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?

Yes, and I updated the version box above to show the version of the nightly that I tried

Describe the bug

image

To Reproduce

No response

Configuration

local wezterm = require("wezterm")
local config = {
}

if wezterm.target_triple == "x86_64-pc-windows-msvc" then
config.default_prog = { "pwsh", "-Nologo", "-WorkingDirectory", "\Desktop" }
config.launch_menu = {
{ label = "Pwsh", args = { "pwsh", "-Nologo", "-WorkingDirectory", "
/Desktop" } },
{ label = "Ubuntu-Sudo", args = { "wsl", "--user", "root", "--cd", "" } },
{ label = "Ubuntu", args = { "wsl", "--cd", "
" } },
{ label = "Git Bash", args = { os.getenv("USERPROFILE") .. "/install/scoop/apps/git/current/bin/bash.exe" } },
}
end

return config

Expected Behavior

No response

Logs

No response

Anything else?

No response

@hyawara hyawara added the bug Something isn't working label Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant