Windows hotfix™️
This commit is contained in:
BIN
._.DS_Store
Executable file
BIN
._.DS_Store
Executable file
Binary file not shown.
@@ -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
|
// Scroll text
|
||||||
if scroll_left {
|
if scroll_left {
|
||||||
input = shift_left(input);
|
input = shift_left(input);
|
||||||
|
Reference in New Issue
Block a user