mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-23 17:35:00 +00:00
Merge pull request #295 from agavrilov/master
Do not compile signal_hook on Windows
This commit is contained in:
commit
861b5fbd1d
@ -16,6 +16,8 @@ use self::termion::screen::AlternateScreen;
|
||||
use self::termion::style as tstyle;
|
||||
use crossbeam_channel::{self, Receiver, Sender};
|
||||
use libc;
|
||||
|
||||
#[cfg(unix)]
|
||||
use signal_hook::iterator::Signals;
|
||||
|
||||
use backend;
|
||||
|
Loading…
Reference in New Issue
Block a user