diff --git a/.DS_Store b/.DS_Store new file mode 100755 index 0000000..f397c8f Binary files /dev/null and b/.DS_Store differ diff --git a/._.DS_Store b/._.DS_Store new file mode 100755 index 0000000..28c42fb Binary files /dev/null and b/._.DS_Store differ diff --git a/src/main.rs b/src/main.rs index f6148f5..ff7e39e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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);