Fixed unix code
This commit is contained in:
parent
3a02d9b7c0
commit
fc61ef778f
@ -40,7 +40,7 @@ impl AlternateScreen {
|
||||
).unwrap();
|
||||
|
||||
#[cfg(not(target_os = "windows"))]
|
||||
let command = commands::shared_commands::ToAlternateScreenBufferCommand::new();
|
||||
let command = Box::from(commands::shared_commands::ToAlternateScreenCommand::new());
|
||||
|
||||
command
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user