Skip to content

urwid WSL alignment and symbols #264

@foobarbecue

Description

@foobarbecue

I'm delighted that urwid works fairly well on the default Ubuntu bash terminal of the windows subsystem for linux. However, there seems to be some sort of charset issue:

import urwid

buttons = [urwid.Button(str(num)) for num in range(5)]
right = urwid.Filler(urwid.Pile([urwid.AttrMap(button, None,'dark') for button in buttons]))
loop = urwid.MainLoop(right, palette=[('light','white','black'),
                                        ('dark','black','white')])
loop.run()

image

Does anybody know what's going on here?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions