-
-
Notifications
You must be signed in to change notification settings - Fork 790
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
[WIN] Font loading issue #76
Comments
Wait a second, no I didn't. For some reason the nightly's |
That's all produced by git; the important thing is the last bit because it corresponds to the actual git commit hash but with a
I think there might be some toml weirdness going on. The
So I think your config should look like this:
I also saw these on my windows box; these come from some hard coded fallback logic and I think I need to finesse it a bit. You can safely ignore them! |
Aha, I see. So I actually did have a working configuration before. The only reason I changed (Sidenote: You're probably already aware, but Any idea what |
Sounds like the DECTCEM sequence that controls whether the cursor is visible or not; https://www.xfree86.org/current/ctlseqs.html has a list of codes. We don't currently do anything about this sequence, so we log it as unhandled. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
wezterm 20191124-233250-cb9fd7d-110-g8950c6c
(not sure why the date is 20191124, this is supposed to be the nightly?)
I'm glad you told me about RUST_LOG=warn because apparently I wasn't paying attention before (and I haven't been having to use the terminal due to the holidays). When It had stopped throwing toml parseing errors I thought it was working. But I don't think it is. I'm using Fira Code from here to test with.
Without the 'family' line it throws a parsing failure error. I also tried "myfont.ttf" in family, no luck.
The output:
For user error auditing purposes, here's the output of tree /f /a:
and here's myfont.ttf showing Fira Code Regular:
The text was updated successfully, but these errors were encountered: