Reenable clear in getty

This commit is contained in:
Jeremy Soller
2016-10-24 14:21:21 -06:00
parent 46631df4f0
commit afac2a3ccc
+1 -1
View File
@@ -33,7 +33,7 @@ pub fn main() {
let stdout = io::stdout();
let mut stdout = stdout.lock();
loop {
//stdout.write(b"\x1Bc").unwrap();
stdout.write(b"\x1Bc").unwrap();
let _ = stdout.flush();
match Command::new("login").spawn() {
Ok(mut child) => match child.wait() {