Skip to content

Add support for SIGWINCH #161

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

Merged
merged 1 commit into from
Oct 10, 2023
Merged

Add support for SIGWINCH #161

merged 1 commit into from
Oct 10, 2023

Conversation

FranzBusch
Copy link
Contributor

Motivation

SIGWINCH is sent to applications when the window resizes. This is useful to observe for terminal applications to reformat the logging one resize.

Modification

This PR adds support for SIGWINCH in UnixSignals.

@FranzBusch FranzBusch requested a review from glbrntt October 10, 2023 13:53
# Motivation
`SIGWINCH` is sent to applications when the window resizes. This is useful to observe for terminal applications to reformat the logging one resize.

# Modification
This PR adds support for `SIGWINCH` in `UnixSignal`s.
@glbrntt glbrntt added the 🆕 semver/minor Adds new public API. label Oct 10, 2023
@FranzBusch FranzBusch requested a review from glbrntt October 10, 2023 13:56
Copy link
Collaborator

@glbrntt glbrntt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, TIL about sigwinch!

@FranzBusch FranzBusch merged commit b71a961 into main Oct 10, 2023
@FranzBusch FranzBusch deleted the fb-sig-winch branch October 10, 2023 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🆕 semver/minor Adds new public API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants