-
Notifications
You must be signed in to change notification settings - Fork 39
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
[BUG] [REGRESSION] First line not rendered on MinGW #105
Comments
I do not have Windows 7 by my side to test it, but I remember this problem when I was trying new also this comment in the original PR is about this problem: The idea is that you setup However, reading thru the PR comments, I found out that this was later fixed in Can you test it if it works for you? Just update the
Updating to 2.4 version should be good enough. If it doesn't work for whatever reason, then maybe just If it would work, I would create PR to get it in. |
It seems to be fixed on both |
Go for it. Also sorry for late answer :) If you wouldn't mind and you would do the fix, can you also run thru the |
Describe the bug
The first line of the UI is cut off, and an extra empty line is added to the end when running on MinGW.
To Reproduce
Steps to reproduce the behavior:
awesome-gocui/gocui
(v1.0.1
)g.SetView("test", 0, 0, maxX-1, maxY-1, 0)
to create a view that should surround the terminalwinpty
, see [BUG] MinGW compatibility #43)Expected behavior
A border lining the terminal
Screenshots
scrolling up shows that the first line is indeed cut off
Environment (please complete the following information):
Additional context
Could not reproduce issue on native linux
Issue is not present when version
v0.6.1-0.20191115151952-a34ffb055986
is pinned (version used bygit bug
) (a34ffb0)The text was updated successfully, but these errors were encountered: