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

Handle SIGWINCH, update std code and fix typos #10

Merged
merged 3 commits into from
Oct 16, 2016

Conversation

l0kod
Copy link
Contributor

@l0kod l0kod commented Jul 14, 2016

This series add the SIGWINCH signal. It is received when resizing a terminal (TTY) window.

I also updated a bit the code :)

@BurntSushi
Copy link
Owner

@l0kod I decided to merge #11 since it contained a lot more signals, which I think caused a conflict here.

Sorry about being so late to respond, this PR went under my radar. If you'd like to rebase on current master, I'd be happy to merge. Thanks. :-)

This is available since libc-0.2.0 .
std::thread::sleep_ms() is deprecated since Rust 1.6.0
@l0kod
Copy link
Contributor Author

l0kod commented Oct 16, 2016

Done! An update on crates.io would be great. :)

@BurntSushi BurntSushi merged commit 5ff5cd5 into BurntSushi:master Oct 16, 2016
@BurntSushi
Copy link
Owner

Awesome! Thanks!

@BurntSushi
Copy link
Owner

I've put 0.1.7 on crates.io. Thanks again!

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

Successfully merging this pull request may close these issues.

None yet

2 participants