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

Linux hangs was fixed but created another issue which is terminal not being refreshed on resizing. #1272

Closed
BDisp opened this issue Apr 29, 2021 · 2 comments

Comments

@BDisp
Copy link
Collaborator

BDisp commented Apr 29, 2021

Since the cursor is set to the application the Curses.CheckWinChange method always return the same values for the LINES and COLS, not detecting windows resizing.

On WSL:
linux-resizing

On Ubuntu:
linux-ubuntu-resizing

On macOS:
macos-resizing

@BDisp
Copy link
Collaborator Author

BDisp commented Apr 29, 2021

The main problem is even I can set the lines and columns to the right sizes, the Curses.refresh will always uses the the initial values. Any thoughts about this?

BDisp added a commit to BDisp/Terminal.Gui that referenced this issue May 3, 2021
tig pushed a commit that referenced this issue May 3, 2021
@tig
Copy link
Collaborator

tig commented May 3, 2021

Fixed with #1272

@tig tig closed this as completed May 3, 2021
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

2 participants