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

Update wiki about KEY_RESIZE #51

Closed
gdm85 opened this issue May 24, 2020 · 1 comment
Closed

Update wiki about KEY_RESIZE #51

gdm85 opened this issue May 24, 2020 · 1 comment

Comments

@gdm85
Copy link

gdm85 commented May 24, 2020

I have been looking into #32 and #34 regarding the event KEY_RESIZE not firing.

I suggest adding this information to the wiki page KnownIssues (I do not have rights to do that).

A new approach that I found out to be working (despite Go's limitations with the signal handler) is to compile the Go program with go build -buildmode=c-shared and then link the .so file in a C program that handles the getch() loop.

KEY_RESIZE will then be synthesised correctly.

Cc @koojunho @wallnutkraken

@rthornton128
Copy link
Owner

Wiki has been updated.

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