Fixed unix code
This commit is contained in:
parent
3a02d9b7c0
commit
fc61ef778f
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user