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 self::termion::style as tstyle;
|
||||||
use crossbeam_channel::{self, Receiver, Sender};
|
use crossbeam_channel::{self, Receiver, Sender};
|
||||||
use libc;
|
use libc;
|
||||||
|
|
||||||
|
#[cfg(unix)]
|
||||||
use signal_hook::iterator::Signals;
|
use signal_hook::iterator::Signals;
|
||||||
|
|
||||||
use backend;
|
use backend;
|
||||||
|
Loading…
Reference in New Issue
Block a user