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

Support terminal resizing signals #78

Open
taramk opened this issue Jan 23, 2024 · 1 comment
Open

Support terminal resizing signals #78

taramk opened this issue Jan 23, 2024 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@taramk
Copy link
Collaborator

taramk commented Jan 23, 2024

You can run into display issues if you resize the window, particularly in micro.

Some highlighted text not showing up, here:

Image

Paste some text into the micro editor, and click a line to highlight it. Some characters on the line below the highlighted text are obscured, almost like it's using the previous terminal window's dimensions.

Also, if you resize the window smaller and then bigger again, the text gets cut off like below:

Image

@progrium progrium added the bug Something isn't working label Jan 23, 2024
@progrium progrium added this to the 0.2 milestone Jan 23, 2024
@progrium
Copy link
Contributor

We need to patch os/signal in the Go standard library since there is no support for signals in WASM or WASI. We tried doing a crazy link-time replacement idea, but it didn't work and darkarts didn't seem to support it, so we'll just have to patch the standard library source since we're building it anyway.

@progrium progrium modified the milestones: 0.2, 0.3 Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants