1
2
3
4
#[cfg(unix)]
pub mod terminfo;
#[cfg(windows)]
pub mod windows;