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

Hyperline blocking last line of text #192

Open
OnTheRicky opened this issue Apr 7, 2020 · 3 comments
Open

Hyperline blocking last line of text #192

OnTheRicky opened this issue Apr 7, 2020 · 3 comments

Comments

@OnTheRicky
Copy link

hyperline is blocking the last line of text in terminal.

I have the following installed: plugins: ["hyper-search", "verminal", "hyperline"]

@arthur798
Copy link

same for me? any update on this?

@fisehara
Copy link

fisehara commented May 4, 2021

Same for me. It depends on the window size if the hyperline is covering the last line or not. In fullscreen on macos 16" the hyperline is not covering the last line.

@ptrrdrck
Copy link

ptrrdrck commented May 7, 2021

I encountered this issue also and made the following update to padding settings in .hyper.js as a workaround:

module.exports = { config: { padding: '12px 14px 22px', } }

This reads as padding-top, padding right+left, padding-bottom. Note: I chose 22px as it seemed the be the minimum additional padding to prevent hyperline from interfering with the bottom-most line/new prompt with window resizing.

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

4 participants