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

Unexpected behavior when using 'builtin_box_drawing: false' #1489

Open
xMonody opened this issue Mar 20, 2024 · 1 comment
Open

Unexpected behavior when using 'builtin_box_drawing: false' #1489

xMonody opened this issue Mar 20, 2024 · 1 comment
Labels
bug Something isn't working fonts font rasterization and text shaping API and platform implementations VT: rasterizer Rendering of the terminal into a pixmap using `terminal_renderer` library

Comments

@xMonody
Copy link

xMonody commented Mar 20, 2024

Contour Terminal version

0.4.3

Installer source

GitHub: release page

Operating System

win11 23h2

Architecture

x86

Other Software

vim9.1 and nvim0.95

Steps to reproduce

The minimum configuration

platform_plugin: auto
# Word delimiters when selecting word-wise.
profiles:
    main:
        font:
            # Initial font size in pixels.
            size: 16
            locator: native
            text_shaping:
                engine: native
            builtin_box_drawing: false
            render_mode: lcd
            strict_spacing: true
            regular:
                family: "SauceCodePro Nerd Font Mono"
                weight: regular
                slant: normal
                features: []
            bold: "SauceCodePro Nerd Font Mono"
            italic: "SauceCodePro Nerd Font Mono"
            bold_italic: "SauceCodePro Nerd Font Mono"
            emoji: "emoji"
        draw_bold_text_with_bright_colors: false

b99146e364c8458cf6c5fa7d1714bfed

Expected Behavior

No response

Actual Behavior

b99146e364c8458cf6c5fa7d1714bfed

Additional notes

No response

@xMonody xMonody added the bug Something isn't working label Mar 20, 2024
@Yaraslaut Yaraslaut added fonts font rasterization and text shaping API and platform implementations VT: rasterizer Rendering of the terminal into a pixmap using `terminal_renderer` library labels May 3, 2024
@Yaraslaut
Copy link
Member

You need to set builtin_box_drawing to true to get better box drawing, this is what i see when print boxes into terminal directly
with builtin_box_drawing=false
image
with builtin_box_drawing=true
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fonts font rasterization and text shaping API and platform implementations VT: rasterizer Rendering of the terminal into a pixmap using `terminal_renderer` library
Projects
None yet
Development

No branches or pull requests

2 participants