basic tui implementation

This commit is contained in:
Zastian Pretorius
2022-08-10 15:24:45 +01:00
parent c5fb7b056a
commit 180b1dfb32
8 changed files with 458 additions and 5 deletions

View File

@@ -9,5 +9,4 @@ pub fn open_video(link: (String, String)) {
.expect("failed to open mpv");
// clear terminal
print!("\x1b[2J\x1b[1;1H");
}