10000 Subwidget is not truncated when screensize is too small · Issue #869 · pazz/alot · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Subwidget is not truncated when screensize is too small #869
Open
@jimcheetham

Description

@jimcheetham

I have a search view with parts = date,mailcount,authors,tags,subject,content where the subject has no width value; but subject lines that are too long to fit in their entirety in the terminal are not displayed at all, which is surprising. Using the current version 0.3.7

(Here's the relevant part of the theme, with the normal/focus lines removed for brevity)

[search]
    [[threadline]]
        parts = date,mailcount,authors,tags,subject,content
        [[[date]]]
            width = 'fit',10,10
            alignment = right
        [[[mailcount]]]
            width = 'fit', 5,5
        [[[tags]]]
        [[[authors]]]
            width = 'fit',0,30
        [[[subject]]]
        [[[content]]]
            width = 'weight',1

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0