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

Render error with Cascadia Next SC #799

Open
shirok1 opened this issue Nov 19, 2024 · 3 comments
Open

Render error with Cascadia Next SC #799

shirok1 opened this issue Nov 19, 2024 · 3 comments

Comments

@shirok1
Copy link

shirok1 commented Nov 19, 2024

image

It should be a rendering issue since input is offset to the right place.

You can grab this font from https://github.com/microsoft/cascadia-code/releases/tag/cascadia-next

@raphamorim
Copy link
Owner

Hey @shirok1 thank you for the issue,

could you share your config file?

@shirok1
Copy link
Author

shirok1 commented Nov 19, 2024

It's basically the default settings.

# Editor
#
# Default editor is "vi".
#
# Whenever the key binding `OpenConfigEditor` is triggered it will
# use the value of the editor along with the rio configuration path.
[editor]
program = "/opt/homebrew/bin/nvim"
args = []

# Fonts
#
# Configure fonts used by the terminal
#
# Note: You can set different font families but Rio terminal
# will always look for regular font bounds whene
#
# You can also set family on root to overwrite all fonts
[fonts]
family = "Cascadia Next SC"
#
# You can also specify extra fonts to load
# [fonts]
# extras = [{ family = "Microsoft JhengHei" }]
#
# In case you want to specify any font feature:
# [fonts]
# features = ["ss02", "ss03", "ss05", "ss19"]
#
# Note: Font features do not have support to live reload on configuration,
# so to reflect your changes, you will need to close and reopen Rio.
#
# Example:
# [fonts]
# size = 18
#
# [fonts.regular]
# family = "cascadiamono"
# style = "normal"
# weight = 400
#
# [fonts.bold]
# family = "cascadiamono"
# style = "normal"
# weight = 800
#
# [fonts.italic]
# family = "cascadiamono"
# style = "italic"
# weight = 400
#
# [fonts.bold-italic]
# family = "cascadiamono"
# style = "italic"
# weight = 800

@nowskida
Copy link

Hello,
Exactly same issue using Comic Code font on macOS. Running on default config except font setting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants