Reenable clear in getty
This commit is contained in:
+1
-1
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user