Fixed unix code

This commit is contained in:
Timon 2018-07-29 21:02:02 +00:00
parent 3a02d9b7c0
commit fc61ef778f

View File

@ -40,7 +40,7 @@ impl AlternateScreen {
).unwrap(); ).unwrap();
#[cfg(not(target_os = "windows"))] #[cfg(not(target_os = "windows"))]
let command = commands::shared_commands::ToAlternateScreenBufferCommand::new(); let command = Box::from(commands::shared_commands::ToAlternateScreenCommand::new());
command command
} }