Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GandhiTC opened this issue Sep 24, 2019 · 0 comments
Open

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

GandhiTC opened this issue Sep 24, 2019 · 0 comments

Comments

@GandhiTC
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant