Windows hotfix™️

This commit is contained in:
Chloe Fontenot 🏳️‍⚧️ 2024-11-13 20:42:31 -06:00
parent c1b052c85d
commit 8fe698df4e
3 changed files with 1 additions and 1 deletions

BIN
.DS_Store vendored Executable file

Binary file not shown.

BIN
._.DS_Store Executable file

Binary file not shown.

View File

@ -114,7 +114,7 @@ fn main() {
}
}
}
println!("i: {}, com buf status: {}, upd: {}ms, scrll: {}, {}", {i +=1; i}, send_status, polling_rate, either!(scroll_left => "L"; "R"), input);
print!("i: {}, com buf status: {}, upd: {}ms, scrll: {}, {}\r\n", {i +=1; i}, send_status, polling_rate, either!(scroll_left => "L"; "R"), input);
// Scroll text
if scroll_left {
input = shift_left(input);