Skip to content

Error in header line (should be an easy fix) #152

Description

@GandhiTC

When you have word wrap enabled, and the directory/header text becomes long, it could take up multiple lines.
The problem is that the line that is drawn below the header also takes up just as many lines.

I would suggest making the line's length be something like:
math.min(window pane's inner width, width of header text)

this way you have a consistent single line that acts as a separator.

Or you could just remove the line all together and replace it with an actual separator if that is possible.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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