Skip to content

Wide character lines disappearing #1442

@aymanbagabas

Description

@aymanbagabas

Hi there,

I have to say, Rio is one of my favorite pieces of software.

I found this kinda annoying bug. At first, I thought it was my program. When the number of columns is even, and you're printing a wide char at the end, the whole line disappears.

This is two photos after running the first two commands, then resizing and getting the size again

Image Image
for i in {1..$(($(tput cols) / 2))}; do printf ''; done

Version: 0.2.37 (20230528.115631)

Expected behavior

Printing the whole line

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions