alphapapa/bufler.el

Long titles push columns out of view-port

WorldsEndless opened this issue · 4 comments

When, somewhere in my list of buffers, something has an exceptionally long title, it pushes the entire column -- and all the remaining columns -- out of view, rendering buffler-list almost not useful. I don't see a customization option for this; is there a solution to limit columns to some width?

There is not currently such a solution. See

(bufler-define-column "Name" nil

Fixed in PR #51

Thanks.

@WorldsEndless FYI, I added a more flexible solution that works for multiple columns.